diff bfin/dsputil_bfin.h @ 11416:9f2381fb271b libavcodec

Add missing includes in bfin and sh4 files
author mru
date Mon, 08 Mar 2010 20:17:51 +0000
parents 00b80bf84ad9
children
line wrap: on
line diff
--- a/bfin/dsputil_bfin.h	Mon Mar 08 19:59:54 2010 +0000
+++ b/bfin/dsputil_bfin.h	Mon Mar 08 20:17:51 2010 +0000
@@ -24,6 +24,9 @@
 #ifndef AVCODEC_BFIN_DSPUTIL_BFIN_H
 #define AVCODEC_BFIN_DSPUTIL_BFIN_H
 
+#include "config.h"
+#include "libavcodec/dsputil.h"
+
 #if defined(__FDPIC__) && CONFIG_SRAM
 #define attribute_l1_text  __attribute__ ((l1_text))
 #define attribute_l1_data_b __attribute__((l1_data_B))