mirror of
https://git.freebsd.org/ports.git
synced 2025-06-07 05:40:30 -04:00
been renamed and rearranged. The graphical user interface provided by security/openvas-client has been discontinued. Instead there is now a web interface provided by security/greenbone-security-assistant and a command-line interface provided by security/openvas-client.
10 lines
215 B
C
10 lines
215 B
C
--- misc/openvas_server.h.orig 2015-08-03 10:14:29 UTC
|
|
+++ misc/openvas_server.h
|
|
@@ -48,6 +48,7 @@ extern "C"
|
|
#ifdef _WIN32
|
|
#include <winsock2.h>
|
|
#else
|
|
+#include <netinet/in.h>
|
|
#include <netinet/ip.h>
|
|
#endif
|
|
|