diff options
Diffstat (limited to 'src/video_dec/foovideo.c')
-rw-r--r-- | src/video_dec/foovideo.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/video_dec/foovideo.c b/src/video_dec/foovideo.c index 653f7eb47..61a4b1e40 100644 --- a/src/video_dec/foovideo.c +++ b/src/video_dec/foovideo.c @@ -24,6 +24,10 @@ * frame when the frames are played in succession. */ +#ifdef HAVE_CONFIG_H +#include "config.h" +#endif + #include <stdio.h> #include <stdlib.h> #include <string.h> |