X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=test%2Fnative%2Fstats.c;h=b1d71169f67972c87b26f18ef883aae29cbbd365;hb=c12acbd7d48431d7b5029d765e69e87378aca7a2;hp=3a20702da8ada2d4069e735175be2a13e54cee7a;hpb=59cd4c2c80e7da6b98ce41a63931e0b76ad9738c;p=vlc diff --git a/test/native/stats.c b/test/native/stats.c index 3a20702da8..b1d71169f6 100644 --- a/test/native/stats.c +++ b/test/native/stats.c @@ -1,4 +1,8 @@ #include "../pyunit.h" +#ifdef HAVE_CONFIG_H +# include "config.h" +#endif + #include PyObject *timers_test( PyObject *self, PyObject *args )