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