diff options
author | Diego Biurrun <diego@biurrun.de> | 2008-03-13 18:04:21 +0000 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2008-03-13 18:04:21 +0000 |
commit | a087028ad8df703f72db629781204f371049cd77 (patch) | |
tree | d94591dd48cf8e09c1d66758ac6363bee0ba08eb /libavutil/bswap.h | |
parent | 9d2cc8c1ee586c4f01745ed78ece1462119c68fb (diff) | |
download | ffmpeg-a087028ad8df703f72db629781204f371049cd77.tar.gz |
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.h | 1 |
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 |