ports/security/openvas/files/patch-nasl_nasl_init.c
Jose Alonso Cardenas Marquez 0cee80e007 - New port: security/openvas
This is the Open Vulnerability Assessment Scanner (OpenVAS) of the Greenbone
Vulnerability Management (GVM) Solution.

It is used for the Greenbone Security Manager appliances and is a full-featured
scan engine that executes a continuously updated and extended feed of Network
Vulnerability Tests (NVTs).

WWW: https://github.com/greenbone/openvas
2021-01-06 08:46:26 +00:00

11 lines
379 B
C

--- 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"