mirror of
https://git.freebsd.org/ports.git
synced 2025-05-29 01:16:28 -04:00
This is the libraries module for the Greenbone Vulnerability Management Solution. It is used for the Greenbone Security Manager appliances and provides various functionalities to support the integrated service daemons. WWW: https://github.com/greenbone/gvm-libs
10 lines
254 B
C
10 lines
254 B
C
--- base/networking.h 2020-12-31 00:01:35.140537000 -0500
|
|
+++ base/networking.h 2020-12-31 00:04:13.003782000 -0500
|
|
@@ -27,6 +27,7 @@
|
|
|
|
#include "array.h" /* for array_t */
|
|
|
|
+#include <netinet/in.h>
|
|
#include <netdb.h> /* for struct in6_addr */
|
|
|
|
/**
|