]> git.sesse.net Git - vlc/blobdiff - src/libvlc.c
more unit tests
[vlc] / src / libvlc.c
index d62a2a9e5a1896f93b4082384b69e8e346e28b21..6d7ce25b6790b735202c3c41100d4bd504ccc172 100644 (file)
 /*****************************************************************************
  * Preamble
  *****************************************************************************/
+#ifdef HAVE_CONFIG_H
+# include "config.h"
+#endif
+
 #include <vlc/vlc.h>
 
 #include "control/libvlc_internal.h"