mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-19 03:52:17 +00:00
a22e5bb83a
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
13 lines
324 B
C
13 lines
324 B
C
--- util/radiusutils.c 2020-12-31 02:24:20.387082000 -0500
|
|
+++ util/radiusutils.c 2020-12-31 02:27:54.965720000 -0500
|
|
@@ -24,6 +24,9 @@
|
|
|
|
#ifdef ENABLE_RADIUS_AUTH
|
|
|
|
+#include <sys/types.h>
|
|
+#include <sys/socket.h>
|
|
+#include <netinet/in.h>
|
|
#include <arpa/inet.h> /* for inet_pton */
|
|
|
|
#if defined(RADIUS_AUTH_FREERADIUS)
|