diff options
Diffstat (limited to 'src/libxinevdec/gdkpixbuf.c')
-rw-r--r-- | src/libxinevdec/gdkpixbuf.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/libxinevdec/gdkpixbuf.c b/src/libxinevdec/gdkpixbuf.c index d41a958d8..de4c2271e 100644 --- a/src/libxinevdec/gdkpixbuf.c +++ b/src/libxinevdec/gdkpixbuf.c @@ -20,6 +20,11 @@ * a gdk-pixbuf-based image video decoder */ +#ifdef HAVE_CONFIG_H +#include "config.h" +#endif + + #include <stdlib.h> #include <string.h> |