]> git.sesse.net Git - vlc/blobdiff - modules/misc/lua/playlist.c
Don't include config.h from the headers - refs #297.
[vlc] / modules / misc / lua / playlist.c
index a948d8f459da6bedd83c3598ae6a22c77c6d8fa7..0593e903e69c41662086cf5898bd44e3874a64e6 100644 (file)
 /*****************************************************************************
  * Preamble
  *****************************************************************************/
+#ifdef HAVE_CONFIG_H
+# include "config.h"
+#endif
+
 #include <vlc/vlc.h>
 #include <vlc_demux.h>
 #include <vlc_url.h>