]> git.sesse.net Git - vlc/blobdiff - test/native/algo.c
Don't include config.h from the headers - refs #297.
[vlc] / test / native / algo.c
index 4b8df13f501b342246977f7fb3056285eeb2cbd0..946d259910662396c40a38a61f9ae9a3ec5c2015 100644 (file)
  *****************************************************************************/
 
 #include "../pyunit.h"
+#ifdef HAVE_CONFIG_H
+# include "config.h"
+#endif
+
 #include <vlc/vlc.h>
 
 /**********************************************************************