Add required limits.h header.

Originally committed as revision 16789 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Diego Biurrun 2009-01-25 21:54:05 +00:00
parent c79de5c07b
commit ed0fd852a3
1 changed files with 1 additions and 0 deletions

View File

@ -30,6 +30,7 @@
# define NDEBUG
#endif
#include <limits.h>
#include <stdint.h>
#include <stddef.h>
#include <assert.h>