diff dvdnav.c @ 278:ef3b33441db5 src

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