]> git.sesse.net Git - vlc/blobdiff - test/native/stats.c
Contrib: build libschro / liboil by default for OSX.
[vlc] / test / native / stats.c
index d48575e0a2c74b956aa46d7360c8e97a8d2e94c1..b1d71169f67972c87b26f18ef883aae29cbbd365 100644 (file)
@@ -1,7 +1,11 @@
 #include "../pyunit.h"
+#ifdef HAVE_CONFIG_H
+# include "config.h"
+#endif
+
 #include <vlc/vlc.h>
 
-static PyObject *timers_test( PyObject *self, PyObject *args )
+PyObject *timers_test( PyObject *self, PyObject *args )
 {
      Py_INCREF( Py_None );
      return Py_None;