Forgot #include <sys/socket.h>

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10636 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
albeu 2003-08-16 22:21:12 +00:00
parent a01f3c328d
commit 885a331074
1 changed files with 1 additions and 0 deletions

View File

@ -7,6 +7,7 @@
#include <stdio.h>
#include <sys/types.h>
#include <sys/socket.h>
#include <sys/stat.h>
#include <fcntl.h>
#include <unistd.h>