Skip to content

Commit

Permalink
attempt to fix linux build
Browse files Browse the repository at this point in the history
  • Loading branch information
pnorbert committed Nov 21, 2023
1 parent 17f4398 commit 92f5bd6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/adios2/helper/adiosNetwork.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
#include <netdb.h> //getFQDN
#include <sys/socket.h> //getFQDN
#include <sys/types.h> //getFQDN
#include <unistd.h> // gethostname

#if defined(ADIOS2_HAVE_DATAMAN) || defined(ADIOS2_HAVE_TABLE)

Expand All @@ -29,7 +30,6 @@
#include <net/if.h> //AvailableIpAddresses() struct if_nameindex
#include <netinet/in.h> //AvailableIpAddresses() struct sockaddr_in
#include <sys/ioctl.h> //AvailableIpAddresses() ioctl
#include <unistd.h> // gethostname

#include <nlohmann_json.hpp>

Expand Down

0 comments on commit 92f5bd6

Please sign in to comment.