Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
freebsd
GitHub Repository: freebsd/freebsd-ports-gnome
Path: blob/main/misc/adios2/files/patch-source_adios2_helper_adiosNetwork.cpp
16149 views
1
- workaround for https://github.com/ornladios/ADIOS2/issues/2615
2
3
--- source/adios2/helper/adiosNetwork.cpp.orig 2021-02-10 18:38:17 UTC
4
+++ source/adios2/helper/adiosNetwork.cpp
5
@@ -23,6 +23,7 @@
6
#include <string.h> //AvailableIpAddresses() strncp
7
#include <sys/ioctl.h> //AvailableIpAddresses() ioctl
8
#include <unistd.h> //AvailableIpAddresses() close
9
+#include <netinet/in.h>
10
11
#include <nlohmann/json.hpp>
12
13
14