diff ppc/gcc_fixes.h @ 6078:3b73d2fbc9e4 libavcodec

Fix make checkheaders.
author diego
date Thu, 27 Dec 2007 12:56:49 +0000
parents 1d83e9c34641
children 75c09a7168c7
line wrap: on
line diff
--- a/ppc/gcc_fixes.h	Thu Dec 27 12:31:23 2007 +0000
+++ b/ppc/gcc_fixes.h	Thu Dec 27 12:56:49 2007 +0000
@@ -23,6 +23,8 @@
 #ifndef FFMPEG_GCC_FIXES_H
 #define FFMPEG_GCC_FIXES_H
 
+#include "config.h"
+
 #ifdef HAVE_ALTIVEC_H
 #include <altivec.h>
 #endif