aboutsummaryrefslogtreecommitdiff
path: root/security/openvas/files/patch-nasl_nasl_host.c
diff options
context:
space:
mode:
authorJose Alonso Cardenas Marquez <acm@FreeBSD.org>2021-01-06 08:46:26 +0000
committerJose Alonso Cardenas Marquez <acm@FreeBSD.org>2021-01-06 08:46:26 +0000
commit0cee80e00731d6534532b9510b8224a57b1eac8f (patch)
treeea5d1e07ad4dcebdafbf09df942eed4c0f18f988 /security/openvas/files/patch-nasl_nasl_host.c
parent141e97f09d951394d03256c8e98a00410d262297 (diff)
Notes
Diffstat (limited to 'security/openvas/files/patch-nasl_nasl_host.c')
-rw-r--r--security/openvas/files/patch-nasl_nasl_host.c11
1 files changed, 11 insertions, 0 deletions
diff --git a/security/openvas/files/patch-nasl_nasl_host.c b/security/openvas/files/patch-nasl_nasl_host.c
new file mode 100644
index 000000000000..e283d3c437a8
--- /dev/null
+++ b/security/openvas/files/patch-nasl_nasl_host.c
@@ -0,0 +1,11 @@
+--- nasl/nasl_host.c 2021-01-04 17:21:14.150833000 -0500
++++ nasl/nasl_host.c 2021-01-04 17:21:49.587410000 -0500
+@@ -38,6 +38,8 @@
+ #include "nasl_tree.h"
+ #include "nasl_var.h"
+
++#include <sys/types.h>
++#include <sys/socket.h>
+ #include <arpa/inet.h> /* for inet_aton */
+ #include <gvm/base/networking.h>
+ #include <gvm/util/kb.h>