diff read_cache.c @ 278:ef3b33441db5 src

include inttypes.h wherever necessary
author nicodvb
date Mon, 16 Apr 2007 22:43:56 +0000
parents f794e1c17947
children 52877d182e96
line wrap: on
line diff
--- a/read_cache.c	Mon Apr 16 21:24:01 2007 +0000
+++ b/read_cache.c	Mon Apr 16 22:43:56 2007 +0000
@@ -31,6 +31,7 @@
 #include "config.h"
 #endif
 
+#include <inttypes.h>
 #include "dvdnav.h"
 #include "dvdnav_internal.h"
 #include "read_cache.h"