Mercurial > libdvdnav.hg
comparison read_cache.c @ 294:2146ff691bcd src
include limits.h; it was included in the previous dvdnav_internal.h and without it players segfault
| author | nicodvb |
|---|---|
| date | Tue, 24 Apr 2007 23:06:22 +0000 |
| parents | 54b6a000f6da |
| children | 68736572c62c |
comparison
equal
deleted
inserted
replaced
| 293:e1769287ee6a | 294:2146ff691bcd |
|---|---|
| 31 #include "config.h" | 31 #include "config.h" |
| 32 #endif | 32 #endif |
| 33 | 33 |
| 34 #include <inttypes.h> | 34 #include <inttypes.h> |
| 35 #include <stdlib.h> | 35 #include <stdlib.h> |
| 36 #include <limits.h> | |
| 36 #include <sys/time.h> | 37 #include <sys/time.h> |
| 37 #include <time.h> | 38 #include <time.h> |
| 38 #include "dvd_types.h" | 39 #include "dvd_types.h" |
| 39 #include "nav_types.h" | 40 #include "nav_types.h" |
| 40 #include "ifo_types.h" | 41 #include "ifo_types.h" |
