summaryrefslogtreecommitdiff
path: root/libavutil/internal.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/internal.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/internal.h')
-rw-r--r--libavutil/internal.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavutil/internal.h b/libavutil/internal.h
index 749a85c450..d2f08788e8 100644
--- a/libavutil/internal.h
+++ b/libavutil/internal.h
@@ -105,6 +105,7 @@
# define PIC
#endif
+#include "config.h"
#include "intreadwrite.h"
#include "bswap.h"