diff vm/vmcmd.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 3ddf1838e3b1
line wrap: on
line diff
--- a/vm/vmcmd.c	Sun Apr 22 21:29:21 2007 +0000
+++ b/vm/vmcmd.c	Tue Apr 24 23:06:22 2007 +0000
@@ -30,6 +30,7 @@
 #include <stdio.h>
 #include <ctype.h>
 #include <inttypes.h>
+#include <limits.h>
 #include <sys/time.h>
 
 #include "dvd_types.h"