aboutsummaryrefslogtreecommitdiff
path: root/security/openvas-libraries/files/patch-libopenvas-ftp_funcs.c
diff options
context:
space:
mode:
Diffstat (limited to 'security/openvas-libraries/files/patch-libopenvas-ftp_funcs.c')
-rw-r--r--security/openvas-libraries/files/patch-libopenvas-ftp_funcs.c10
1 files changed, 10 insertions, 0 deletions
diff --git a/security/openvas-libraries/files/patch-libopenvas-ftp_funcs.c b/security/openvas-libraries/files/patch-libopenvas-ftp_funcs.c
new file mode 100644
index 000000000000..0e8fb55bf0d7
--- /dev/null
+++ b/security/openvas-libraries/files/patch-libopenvas-ftp_funcs.c
@@ -0,0 +1,10 @@
+--- libopenvas/ftp_funcs.c.orig 2008-04-26 23:23:23.000000000 +0900
++++ libopenvas/ftp_funcs.c 2008-04-26 23:24:01.000000000 +0900
+@@ -32,6 +32,7 @@
+ #include <netinet/in.h>
+
+ #include "network.h"
++#include <sys/socket.h>
+
+ int ftp_log_in(int soc, char * username, char * passwd)
+ {