From 730e8ff84f9fc0dbfa0ec2c4ce2ab0aec87743b9 Mon Sep 17 00:00:00 2001 From: nexus Date: Wed, 23 Jan 2002 13:57:43 +0000 Subject: FreeBSD need this to compile after last changes git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4315 b3059339-0415-0410-9bf9-f77b7e298cf2 --- libmpdemux/stream.h | 4 ++++ 1 file changed, 4 insertions(+) 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); -- cgit v1.2.3