diff bytestream.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 c4a4495715dd
children 5690a6211e8c
line wrap: on
line diff
--- a/bytestream.h	Sun Jan 11 20:12:14 2009 +0000
+++ b/bytestream.h	Sun Jan 11 22:19:48 2009 +0000
@@ -23,6 +23,7 @@
 #define AVCODEC_BYTESTREAM_H
 
 #include "libavutil/common.h"
+#include "libavutil/intreadwrite.h"
 
 #define DEF_T(type, name, bytes, read, write)                             \
 static av_always_inline type bytestream_get_ ## name(const uint8_t **b){\