summaryrefslogtreecommitdiff
path: root/security/openvas/files/patch-nasl_nasl_init.c
blob: 0e2f22567617e4d9164355da5f265bc127154fb7 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- nasl/nasl_init.c	2020-12-31 17:24:31.913454000 -0500
+++ nasl/nasl_init.c	2020-12-31 17:25:42.418759000 -0500
@@ -38,6 +38,8 @@
 
 #include <stdlib.h> /* for getenv.  */
 #include <string.h> /* for memset */
+#include <sys/types.h>
+#include <sys/socket.h>
 /* to e.g. favour BSD, but also for IPPROTO_TCP and TH_FIN */
 #include "nasl_raw.h"
 #include "nasl_scanner_glue.h"