summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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);