summaryrefslogtreecommitdiff
path: root/libavutil/internal.h
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2009-01-25 21:54:05 +0000
committerDiego Biurrun <diego@biurrun.de>2009-01-25 21:54:05 +0000
commited0fd852a3a5cfb208a33f17fa9eb702573c57af (patch)
tree41f82ee60857806be4340a41cc10ae73335c9be9 /libavutil/internal.h
parentc79de5c07b889e40844c5363cadb51d79fd4ff6f (diff)
Add required limits.h header.
Originally committed as revision 16789 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 3c03bfbf79..3fa14472c2 100644
--- a/libavutil/internal.h
+++ b/libavutil/internal.h
@@ -30,6 +30,7 @@
# define NDEBUG
#endif
+#include <limits.h>
#include <stdint.h>
#include <stddef.h>
#include <assert.h>