comparison navigation.c @ 278:ef3b33441db5 src

include inttypes.h wherever necessary
author nicodvb
date Mon, 16 Apr 2007 22:43:56 +0000
parents bd734ab914d0
children 52877d182e96
comparison
equal deleted inserted replaced
277:dd2560a4bb90 278:ef3b33441db5
23 23
24 #ifdef HAVE_CONFIG_H 24 #ifdef HAVE_CONFIG_H
25 #include "config.h" 25 #include "config.h"
26 #endif 26 #endif
27 27
28 #include <inttypes.h>
28 #include "dvdnav_internal.h" 29 #include "dvdnav_internal.h"
29 30
30 /* Navigation API calls */ 31 /* Navigation API calls */
31 32
32 dvdnav_status_t dvdnav_still_skip(dvdnav_t *this) { 33 dvdnav_status_t dvdnav_still_skip(dvdnav_t *this) {