comparison highlight.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 2e9382be8e25
comparison
equal deleted inserted replaced
293:e1769287ee6a 294:2146ff691bcd
27 27
28 #include <assert.h> 28 #include <assert.h>
29 #include <inttypes.h> 29 #include <inttypes.h>
30 #include <stdlib.h> 30 #include <stdlib.h>
31 #include <stdio.h> 31 #include <stdio.h>
32 #include <limits.h>
32 #include <string.h> 33 #include <string.h>
33 #include <sys/time.h> 34 #include <sys/time.h>
34 #include "nav_types.h" 35 #include "nav_types.h"
35 #include "dvd_types.h" 36 #include "dvd_types.h"
36 #include "remap.h" 37 #include "remap.h"