# HG changeset patch # User diego # Date 1205180355 0 # Node ID 49df679a7c1a344ee61e8835a55875031b6a3ef4 # Parent 35f930b141ad385547a1e1c9f7afac88b3102123 Add missing header #includes to fix 'make checkheaders'. diff -r 35f930b141ad -r 49df679a7c1a stream/vcd_read_darwin.h --- a/stream/vcd_read_darwin.h Mon Mar 10 19:43:07 2008 +0000 +++ b/stream/vcd_read_darwin.h Mon Mar 10 20:19:15 2008 +0000 @@ -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