Commit ce593de2 authored by diego's avatar diego

Add required limits.h header.


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@16789 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 80a74cd4
...@@ -30,6 +30,7 @@ ...@@ -30,6 +30,7 @@
# define NDEBUG # define NDEBUG
#endif #endif
#include <limits.h>
#include <stdint.h> #include <stdint.h>
#include <stddef.h> #include <stddef.h>
#include <assert.h> #include <assert.h>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment