summaryrefslogtreecommitdiff
path: root/libavutil/bswap.h
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2008-03-13 18:04:21 +0000
committerDiego Biurrun <diego@biurrun.de>2008-03-13 18:04:21 +0000
commita087028ad8df703f72db629781204f371049cd77 (patch)
treed94591dd48cf8e09c1d66758ac6363bee0ba08eb /libavutil/bswap.h
parent9d2cc8c1ee586c4f01745ed78ece1462119c68fb (diff)
Add #include "config.h" to headers that need it.
Originally committed as revision 12431 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavutil/bswap.h')
-rw-r--r--libavutil/bswap.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavutil/bswap.h b/libavutil/bswap.h
index 2f04cd4fdd..a49e6e2c0a 100644
--- a/libavutil/bswap.h
+++ b/libavutil/bswap.h
@@ -27,6 +27,7 @@
#define FFMPEG_BSWAP_H
#include <stdint.h>
+#include "config.h"
#include "common.h"
#ifdef HAVE_BYTESWAP_H