From 00ad5d3fed36de56bb690375a209cdcd31b12ecc Mon Sep 17 00:00:00 2001 From: diego Date: Mon, 4 Jan 2010 18:58:35 +0000 Subject: Add a few missing header #includes and #defines. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30207 b3059339-0415-0410-9bf9-f77b7e298cf2 --- stream/vcd_read_darwin.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'stream/vcd_read_darwin.h') diff --git a/stream/vcd_read_darwin.h b/stream/vcd_read_darwin.h index d144b5bc69..e87f46db5a 100644 --- a/stream/vcd_read_darwin.h +++ b/stream/vcd_read_darwin.h @@ -1,6 +1,8 @@ #ifndef MPLAYER_VCD_READ_DARWIN_H #define MPLAYER_VCD_READ_DARWIN_H +#define _XOPEN_SOURCE 500 + #include #include #include -- cgit v1.2.3