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