summaryrefslogtreecommitdiffstats
path: root/libdvdnav/common.h
blob: 7f88e7da44329bccd14c8c98c4b7e4798220f0bc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#include "config.h"
#ifndef __STDC_LIMIT_MACROS
	#define __STDC_LIMIT_MACROS
#endif

#if defined(HAVE_INTTYPES_H)
    #include <inttypes.h>
#elif defined( HAVE_STDINT_H)
     #include <stdint.h>
#endif

#include <dvdread/ifo_types.h>
#include <dvdread/dvd_reader.h>
#include <dvdread/ifo_read.h>
#include <dvdread/nav_read.h>
#include <dvdread/nav_types.h>