diff 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
line wrap: on
line diff
--- a/highlight.c	Sun Apr 22 21:29:21 2007 +0000
+++ b/highlight.c	Tue Apr 24 23:06:22 2007 +0000
@@ -29,6 +29,7 @@
 #include <inttypes.h>
 #include <stdlib.h>
 #include <stdio.h>
+#include <limits.h>
 #include <string.h>
 #include <sys/time.h>
 #include "nav_types.h"