comparison internal.h @ 626:667697e17feb libavutil

Add required limits.h header.
author diego
date Sun, 25 Jan 2009 21:54:05 +0000
parents ddcfe921388f
children d4b82de2ce47
comparison
equal deleted inserted replaced
625:ddcfe921388f 626:667697e17feb
28 28
29 #if !defined(DEBUG) && !defined(NDEBUG) 29 #if !defined(DEBUG) && !defined(NDEBUG)
30 # define NDEBUG 30 # define NDEBUG
31 #endif 31 #endif
32 32
33 #include <limits.h>
33 #include <stdint.h> 34 #include <stdint.h>
34 #include <stddef.h> 35 #include <stddef.h>
35 #include <assert.h> 36 #include <assert.h>
36 #include "common.h" 37 #include "common.h"
37 #include "timer.h" 38 #include "timer.h"