]> git.sesse.net Git - vlc/blobdiff - test/native/threads.c
Merge branch 'master' of git://git.videolan.org/vlc
[vlc] / test / native / threads.c
index 117c84dcfa5ff0bbc7432dfdbf7800dc5c1f6fae..5220596f690d8ca3e1af8d508ca7dc7867311c78 100644 (file)
@@ -1,4 +1,8 @@
 #include "../pyunit.h"
+#ifdef HAVE_CONFIG_H
+# include "config.h"
+#endif
+
 #include <vlc/vlc.h>
 
 PyObject *threadvar_test( PyObject *self, PyObject *args )