diff options
Diffstat (limited to 'src/video_dec/yuv.c')
-rw-r--r-- | src/video_dec/yuv.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/video_dec/yuv.c b/src/video_dec/yuv.c index 323a1648f..bfad8b713 100644 --- a/src/video_dec/yuv.c +++ b/src/video_dec/yuv.c @@ -22,6 +22,10 @@ * a way that xine can display them. */ +#ifdef HAVE_CONFIG_H +#include "config.h" +#endif + #include <stdio.h> #include <stdlib.h> #include <string.h> |