# HG changeset patch # User diego # Date 1213605601 0 # Node ID c333185b1c3e28467f4fd203c36fa672b5f5a6d8 # Parent 5d69377075ac60d1c7c9ccba6e575914c7b2aa96 Add missing #includes to fix 'make checkheaders'. diff -r 5d69377075ac -r c333185b1c3e stream/stream_dvd.h --- 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 #ifdef USE_DVDREAD_INTERNAL #include "dvdread/dvd_reader.h" diff -r 5d69377075ac -r c333185b1c3e stream/stream_dvd_common.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 #ifdef USE_DVDREAD_INTERNAL #include