]> git.sesse.net Git - vlc/blobdiff - src/control/core.c
libvlc: include config.h when needed
[vlc] / src / control / core.c
index 2cbfd85dcdaa634bef4294b1fc622f3c12e42837..25f190e790d868ec2b258bc25fbdfc0fcaa8bffb 100644 (file)
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301, USA.
  *****************************************************************************/
 
+#ifdef HAVE_CONFIG_H
+# include "config.h"
+#endif
+
 #include "libvlc_internal.h"
 #include <vlc/libvlc.h>