opnsense-ports/security/openvas/files/patch-misc_network.c
Franco Fichtner 0265e226fe */*: sync with upstream
Taken from: HardenedBSD
2021-01-06 21:02:51 +01:00

10 lines
287 B
C

--- misc/network.c 2020-12-31 17:15:39.790259000 -0500
+++ misc/network.c 2020-12-31 17:16:09.182113000 -0500
@@ -44,6 +44,7 @@
#include <string.h>
#include <sys/time.h> /* for gettimeofday */
#include <sys/types.h>
+#include <sys/socket.h>
#include <unistd.h>
#ifdef __FreeBSD__