Mercurial > mplayer.hg
changeset 27043:c333185b1c3e
Add missing #includes to fix 'make checkheaders'.
author | diego |
---|---|
date | Mon, 16 Jun 2008 08:40:01 +0000 |
parents | 5d69377075ac |
children | b03f87f35c3c |
files | stream/stream_dvd.h stream/stream_dvd_common.h |
diffstat | 2 files changed, 2 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/stream/stream_dvd.h Sun Jun 15 16:00:51 2008 +0000 +++ b/stream/stream_dvd.h Mon Jun 16 08:40:01 2008 +0000 @@ -1,6 +1,7 @@ #ifndef MPLAYER_STREAM_DVD_H #define MPLAYER_STREAM_DVD_H +#include "config.h" #include <stdint.h> #ifdef USE_DVDREAD_INTERNAL #include "dvdread/dvd_reader.h"
--- a/stream/stream_dvd_common.h Sun Jun 15 16:00:51 2008 +0000 +++ b/stream/stream_dvd_common.h Mon Jun 16 08:40:01 2008 +0000 @@ -1,6 +1,7 @@ #ifndef MPLAYER_STREAM_DVD_COMMON_H #define MPLAYER_STREAM_DVD_COMMON_H +#include "config.h" #include <inttypes.h> #ifdef USE_DVDREAD_INTERNAL #include <dvdread/ifo_types.h>