diff options
author | Diego Biurrun | 2009-01-11 22:19:48 +0000 |
---|---|---|
committer | Diego Biurrun | 2009-01-11 22:19:48 +0000 |
commit | 6a5d31ac25f55248af5725287833d007ff78b188 (patch) | |
tree | 38b495992e3e320f4cb83d99b725714b7b2d616c /libavformat/xa.c | |
parent | 7b04b8a0578a29f6403a8da74a94d1015c51c7ab (diff) |
Fix build: Add intreadwrite.h and bswap.h #includes where necessary.
Originally committed as revision 16556 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat/xa.c')
-rw-r--r-- | libavformat/xa.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libavformat/xa.c b/libavformat/xa.c index 3ea2aaecc9..9c0df89c76 100644 --- a/libavformat/xa.c +++ b/libavformat/xa.c @@ -27,6 +27,7 @@ * http://wiki.multimedia.cx/index.php?title=Maxis_XA */ +#include "libavutil/intreadwrite.h" #include "avformat.h" #define XA00_TAG MKTAG('X', 'A', 0, 0) |