OSDN Git Service

Add required limits.h header.
authorDiego Biurrun <diego@biurrun.de>
Sun, 25 Jan 2009 21:54:05 +0000 (21:54 +0000)
committerDiego Biurrun <diego@biurrun.de>
Sun, 25 Jan 2009 21:54:05 +0000 (21:54 +0000)
Originally committed as revision 16789 to svn://svn.ffmpeg.org/ffmpeg/trunk

libavutil/internal.h

index 3c03bfb..3fa1447 100644 (file)
@@ -30,6 +30,7 @@
 #    define NDEBUG
 #endif
 
+#include <limits.h>
 #include <stdint.h>
 #include <stddef.h>
 #include <assert.h>