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_fbsd.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'stream/vcd_read_fbsd.h') diff --git a/stream/vcd_read_fbsd.h b/stream/vcd_read_fbsd.h index 132b6b2994..01e51f7da5 100644 --- a/stream/vcd_read_fbsd.h +++ b/stream/vcd_read_fbsd.h @@ -1,10 +1,14 @@ #ifndef MPLAYER_VCD_READ_FBSD_H #define MPLAYER_VCD_READ_FBSD_H +#define _XOPEN_SOURCE 500 + #include #include +#include #include "libavutil/intreadwrite.h" #include +#include #if defined(__NetBSD__) || defined(__OpenBSD__) #define VCD_NETBSD 1 #endif -- cgit v1.2.3