summaryrefslogtreecommitdiffstats
path: root/stream/vcd_read_fbsd.h
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2010-01-04 18:58:35 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2010-01-04 18:58:35 +0000
commit00ad5d3fed36de56bb690375a209cdcd31b12ecc (patch)
tree183f2b215a77114f8802c667bfa8d7d8493a37fa /stream/vcd_read_fbsd.h
parentebe968283187d6ef1acab2ef4e511250bef6bc0f (diff)
downloadmpv-00ad5d3fed36de56bb690375a209cdcd31b12ecc.tar.bz2
mpv-00ad5d3fed36de56bb690375a209cdcd31b12ecc.tar.xz
Add a few missing header #includes and #defines.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30207 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'stream/vcd_read_fbsd.h')
-rw-r--r--stream/vcd_read_fbsd.h4
1 files changed, 4 insertions, 0 deletions
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 <sys/types.h>
#include <inttypes.h>
+#include <unistd.h>
#include "libavutil/intreadwrite.h"
#include <sys/cdio.h>
+#include <sys/ioctl.h>
#if defined(__NetBSD__) || defined(__OpenBSD__)
#define VCD_NETBSD 1
#endif