diff vm/vm.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 fdbfb58d2735
line wrap: on
line diff
--- a/vm/vm.c	Sun Apr 22 21:29:21 2007 +0000
+++ b/vm/vm.c	Tue Apr 24 23:06:22 2007 +0000
@@ -33,6 +33,7 @@
 #include <stdlib.h>
 #include <unistd.h>
 #include <inttypes.h>
+#include <limits.h>
 #include <assert.h>
 #include <sys/types.h>
 #include <sys/stat.h>