diff dsputil.h @ 8573:2acf0ae7b041 libavcodec

Fix build: Add intreadwrite.h and bswap.h #includes where necessary.
author diego
date Sun, 11 Jan 2009 22:19:48 +0000
parents 0d5b2b0e7a87
children 7a463923ecd1
line wrap: on
line diff
--- a/dsputil.h	Sun Jan 11 20:12:14 2009 +0000
+++ b/dsputil.h	Sun Jan 11 22:19:48 2009 +0000
@@ -30,6 +30,7 @@
 #ifndef AVCODEC_DSPUTIL_H
 #define AVCODEC_DSPUTIL_H
 
+#include "libavutil/intreadwrite.h"
 #include "avcodec.h"