Mercurial > libdvdnav.hg
changeset 278:ef3b33441db5 src
include inttypes.h wherever necessary
author | nicodvb |
---|---|
date | Mon, 16 Apr 2007 22:43:56 +0000 |
parents | dd2560a4bb90 |
children | 130c10495b66 |
files | dvdnav.c highlight.c navigation.c read_cache.c searching.c |
diffstat | 5 files changed, 5 insertions(+), 0 deletions(-) [+] |
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"
--- a/highlight.c Mon Apr 16 21:24:01 2007 +0000 +++ b/highlight.c Mon Apr 16 22:43:56 2007 +0000 @@ -26,6 +26,7 @@ #endif #include <assert.h> +#include <inttypes.h> #include "nav_types.h" #include "dvdnav_internal.h"
--- a/navigation.c Mon Apr 16 21:24:01 2007 +0000 +++ b/navigation.c Mon Apr 16 22:43:56 2007 +0000 @@ -25,6 +25,7 @@ #include "config.h" #endif +#include <inttypes.h> #include "dvdnav_internal.h" /* Navigation API calls */