Mercurial > libdvdnav.hg
comparison settings.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 | e1769287ee6a |
| children | 68736572c62c |
comparison
equal
deleted
inserted
replaced
| 293:e1769287ee6a | 294:2146ff691bcd |
|---|---|
| 24 #ifdef HAVE_CONFIG_H | 24 #ifdef HAVE_CONFIG_H |
| 25 #include "config.h" | 25 #include "config.h" |
| 26 #endif | 26 #endif |
| 27 | 27 |
| 28 #include <inttypes.h> | 28 #include <inttypes.h> |
| 29 #include <limits.h> | |
| 29 #include <string.h> | 30 #include <string.h> |
| 30 #include <sys/time.h> | 31 #include <sys/time.h> |
| 31 #include "dvd_types.h" | 32 #include "dvd_types.h" |
| 32 #include "nav_types.h" | 33 #include "nav_types.h" |
| 33 #include "ifo_types.h" | 34 #include "ifo_types.h" |
