Mercurial > libdvdnav.hg
comparison vm/decoder.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 | 6c0def2b7e39 |
| children | e851da7ec146 |
comparison
equal
deleted
inserted
replaced
| 293:e1769287ee6a | 294:2146ff691bcd |
|---|---|
| 28 #endif | 28 #endif |
| 29 | 29 |
| 30 #include <stdio.h> | 30 #include <stdio.h> |
| 31 #include <stdlib.h> | 31 #include <stdlib.h> |
| 32 #include <inttypes.h> | 32 #include <inttypes.h> |
| 33 #include <limits.h> | |
| 33 #include <string.h> /* For memset */ | 34 #include <string.h> /* For memset */ |
| 34 #include <sys/time.h> | 35 #include <sys/time.h> |
| 35 #include "nav_types.h" | 36 #include "nav_types.h" |
| 36 #include "ifo_types.h" /* vm_cmd_t */ | 37 #include "ifo_types.h" /* vm_cmd_t */ |
| 37 | 38 |
