1
mirror of https://github.com/mpv-player/mpv synced 2025-01-09 01:36:25 +01:00

FreeBSD need this to compile after last changes

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4315 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
nexus 2002-01-23 13:57:43 +00:00
parent 9fa55b07a5
commit 730e8ff84f

View File

@ -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);