summaryrefslogtreecommitdiffstats
path: root/stream
diff options
context:
space:
mode:
authorreimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-07-27 17:02:56 +0000
committerreimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-07-27 17:02:56 +0000
commit8987d1ade2ee90a740164e1b3c4c332b114efafe (patch)
tree683f248842e4540bdf3185dff6e682120eb6c934 /stream
parentadce32de93c21c4693e6d694c6fdfc9b125a4206 (diff)
downloadmpv-8987d1ade2ee90a740164e1b3c4c332b114efafe.tar.bz2
mpv-8987d1ade2ee90a740164e1b3c4c332b114efafe.tar.xz
One ifdef less
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23874 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'stream')
-rw-r--r--stream/vcd_read_nbsd.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/stream/vcd_read_nbsd.h b/stream/vcd_read_nbsd.h
index 399963647b..a18e81334e 100644
--- a/stream/vcd_read_nbsd.h
+++ b/stream/vcd_read_nbsd.h
@@ -1,8 +1,6 @@
#include <sys/types.h>
-#ifdef __NetBSD__
-#include <sys/inttypes.h>
-#endif
+#include <inttypes.h>
#include "libavutil/intreadwrite.h"
#include <sys/cdio.h>
#include <sys/scsiio.h>