diff dvdread/nav_read.c @ 24047:de28f9e8cb00

Sync libdvdread with version 0.9.5 (functional changes).
author diego
date Wed, 15 Aug 2007 11:47:22 +0000
parents 22cb9d5f1e21
children 1542693b2a30
line wrap: on
line diff
--- a/dvdread/nav_read.c	Wed Aug 15 10:34:53 2007 +0000
+++ b/dvdread/nav_read.c	Wed Aug 15 11:47:22 2007 +0000
@@ -20,7 +20,11 @@
 
 #include <stdio.h>
 #include <string.h>
+#if defined(HAVE_INTTYPES_H)
 #include <inttypes.h>
+#elif defined(HAVE_STDINT_H)
+#include <stdint.h>
+#endif
 
 #include "bswap.h"
 #include "nav_types.h"