diff dpcm.c @ 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 a7435ffc0015
children 04423b2f6e0b
line wrap: on
line diff
--- a/dpcm.c	Sun Jan 11 20:12:14 2009 +0000
+++ b/dpcm.c	Sun Jan 11 22:19:48 2009 +0000
@@ -37,6 +37,7 @@
  * the fourcc 'Axan' in the 'auds' chunk of the AVI header.
  */
 
+#include "libavutil/intreadwrite.h"
 #include "avcodec.h"
 
 typedef struct DPCMContext {