diff libmpdemux/stream_ftp.c @ 10635:9f589589f9be

Forgot #include <sys/socket.h>
author albeu
date Sat, 16 Aug 2003 22:21:12 +0000
parents f7df841c8b74
children 10899318ddaf
line wrap: on
line diff
--- a/libmpdemux/stream_ftp.c	Sat Aug 16 21:53:26 2003 +0000
+++ b/libmpdemux/stream_ftp.c	Sat Aug 16 22:21:12 2003 +0000
@@ -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>