From 5444ec53dcd3f5e4566dd34a1a419d7c2ca502f0 Mon Sep 17 00:00:00 2001 From: diego Date: Mon, 10 Mar 2008 20:19:15 +0000 Subject: Add missing header #includes to fix 'make checkheaders'. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26218 b3059339-0415-0410-9bf9-f77b7e298cf2 --- stream/vcd_read_darwin.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'stream/vcd_read_darwin.h') diff --git a/stream/vcd_read_darwin.h b/stream/vcd_read_darwin.h index 1aaeaf457a..4d92458486 100644 --- a/stream/vcd_read_darwin.h +++ b/stream/vcd_read_darwin.h @@ -5,6 +5,8 @@ #include #include #include +#include +#include #include #include #include @@ -12,6 +14,7 @@ #include #include "mpbswap.h" #include "mp_msg.h" +#include "stream.h" //=================== VideoCD ========================== #define CDROM_LEADOUT 0xAA -- cgit v1.2.3