HEX
Server: Apache/2.4.41 (FreeBSD) OpenSSL/1.0.2s mod_fcgid/2.3.9
System: FreeBSD salazo 12.0-RELEASE-p1303-ZFS hostBSD 12.0-RELEASE-p1303-ZFS DMR amd64
User: admin (1000)
PHP: 7.4.3
Disabled: NONE
Upload Files
File: /usr/ports/misc/adios2/files/patch-source_adios2_helper_adiosNetwork.cpp
- workaround for https://github.com/ornladios/ADIOS2/issues/2615

--- source/adios2/helper/adiosNetwork.cpp.orig	2021-02-10 18:38:17 UTC
+++ source/adios2/helper/adiosNetwork.cpp
@@ -23,6 +23,7 @@
 #include <string.h>    //AvailableIpAddresses() strncp
 #include <sys/ioctl.h> //AvailableIpAddresses() ioctl
 #include <unistd.h>    //AvailableIpAddresses() close
+#include <netinet/in.h>
 
 #include <nlohmann/json.hpp>