summaryrefslogtreecommitdiff
path: root/src/video_dec/foovideo.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/video_dec/foovideo.c')
-rw-r--r--src/video_dec/foovideo.c4
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>