Add required limits.h header.

Originally committed as revision 16789 to svn://svn.ffmpeg.org/ffmpeg/trunk
pull/126/head
Diego Biurrun 16 years ago
parent c79de5c07b
commit ed0fd852a3
  1. 1
      libavutil/internal.h

@ -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>

Loading…
Cancel
Save