From: Geoffroy Couprie Date: Mon, 25 May 2009 13:09:40 +0000 (+0200) Subject: Add missing config.h X-Git-Tag: 1.1.0-ff~5776 X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;h=295904fac56671cda96aa1fa2d9f789ceb770728;p=vlc Add missing config.h --- 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