forked from Lainports/freebsd-ports
- Add USES=libtool - Eliminate security/openvas-libraries/Makefile.common - Use /var instead of PREFIX/openvas - Remove $FreeBSD$ from patches security/openvas-client: - Add missing dependencies - Add NLS option - Delete old patches
11 lines
244 B
C
11 lines
244 B
C
--- libopenvas/openvas_server.c.orig
|
|
+++ libopenvas/openvas_server.c
|
|
@@ -32,6 +32,8 @@
|
|
|
|
#include <glib.h>
|
|
#include <arpa/inet.h>
|
|
+#include <netinet/in.h>
|
|
+#include <sys/socket.h>
|
|
#include <unistd.h>
|
|
#include <fcntl.h>
|
|
#include <string.h>
|