summaryrefslogtreecommitdiffstats
path: root/libmpdemux
diff options
context:
space:
mode:
authornexus <nexus@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-01-23 13:57:43 +0000
committernexus <nexus@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-01-23 13:57:43 +0000
commit730e8ff84f9fc0dbfa0ec2c4ce2ab0aec87743b9 (patch)
treec42c829fbfbb2e92a1a75acb41b35f1adf06cbe7 /libmpdemux
parent9fa55b07a5e28108641dbb086e788c6ccbcde590 (diff)
downloadmpv-730e8ff84f9fc0dbfa0ec2c4ce2ab0aec87743b9.tar.bz2
mpv-730e8ff84f9fc0dbfa0ec2c4ce2ab0aec87743b9.tar.xz
FreeBSD need this to compile after last changes
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4315 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'libmpdemux')
-rw-r--r--libmpdemux/stream.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/libmpdemux/stream.h b/libmpdemux/stream.h
index cd0a7bd5d1..338664043d 100644
--- a/libmpdemux/stream.h
+++ b/libmpdemux/stream.h
@@ -21,6 +21,10 @@
#include "network.h"
#endif
+#ifdef __FreeBSD__
+#include "network.h"
+#endif
+
int vcd_seek_to_track(int fd,int track);
void vcd_read_toc(int fd);