From 295904fac56671cda96aa1fa2d9f789ceb770728 Mon Sep 17 00:00:00 2001 From: Geoffroy Couprie Date: Mon, 25 May 2009 15:09:40 +0200 Subject: [PATCH] Add missing config.h --- src/control/media.c | 4 ++++ src/control/media_player.c | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/src/control/media.c b/src/control/media.c index be921277a1..566ce11b24 100644 --- a/src/control/media.c +++ b/src/control/media.c @@ -21,6 +21,10 @@ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301, USA. *****************************************************************************/ +#ifdef HAVE_CONFIG_H +# include "config.h" +#endif + #include #include #include // For the subitems, here for convenience diff --git a/src/control/media_player.c b/src/control/media_player.c index 512ed373d7..347fdf0d2e 100644 --- a/src/control/media_player.c +++ b/src/control/media_player.c @@ -21,6 +21,10 @@ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301, USA. *****************************************************************************/ +#ifdef HAVE_CONFIG_H +# include "config.h" +#endif + #include #include -- 2.39.2