summaryrefslogtreecommitdiffstats
path: root/stream.c
diff options
context:
space:
mode:
authorarpi_esp <arpi_esp@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-06-05 02:26:56 +0000
committerarpi_esp <arpi_esp@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-06-05 02:26:56 +0000
commit460fac74621a6de84f8a66c1dbb164049c9c498b (patch)
treed079ba1b222de14ed0b4d590e13ae5719c3ff898 /stream.c
parent72cfe9c77c1b0c5b26e941fdc33c2dfa9ce33129 (diff)
downloadmpv-460fac74621a6de84f8a66c1dbb164049c9c498b.tar.bz2
mpv-460fac74621a6de84f8a66c1dbb164049c9c498b.tar.xz
Solaris 8 support - patch by Marcus Comstedt <marcus@idonex.se>
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1021 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'stream.c')
-rw-r--r--stream.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/stream.c b/stream.c
index f7829f6119..883e736607 100644
--- a/stream.c
+++ b/stream.c
@@ -13,8 +13,12 @@
#include <sys/cdio.h>
#include <sys/cdrio.h>
#else
+#ifdef __sun
+#include <sys/cdio.h>
+#else
#include <linux/cdrom.h>
#endif
+#endif
#include "stream.h"