diff options
author | albeu <albeu@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2003-08-16 22:21:12 +0000 |
---|---|---|
committer | albeu <albeu@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2003-08-16 22:21:12 +0000 |
commit | 885a3310744a785bd55122dab0eac341478baf7d (patch) | |
tree | 988c1bf8ce577518b7b0b2724eee5e6fcae9b11b | |
parent | a01f3c328d82a087b8999dd06006eb3a84af5684 (diff) |
Forgot #include <sys/socket.h>
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10636 b3059339-0415-0410-9bf9-f77b7e298cf2
-rw-r--r-- | libmpdemux/stream_ftp.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libmpdemux/stream_ftp.c b/libmpdemux/stream_ftp.c index b52b3194c7..1260f19291 100644 --- a/libmpdemux/stream_ftp.c +++ b/libmpdemux/stream_ftp.c @@ -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> |