From 86890441f4a92101383707b95c72d3302dfb74cc Mon Sep 17 00:00:00 2001 From: Hamish Coleman Date: Sat, 26 Oct 2024 14:53:36 +1100 Subject: [PATCH] Address issues compiling on Windows --- src/conffile.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/conffile.c b/src/conffile.c index 02ec3a0..5aaeb35 100644 --- a/src/conffile.c +++ b/src/conffile.c @@ -13,13 +13,11 @@ #include #include // for n3n_peer_add_by_hostname #include // for n3n_transform_lookup_ -#include #include // for true, false #include // for uint32_t #include // for printf #include // for malloc #include // for strcmp -#include #include // for mkdir #include // for access @@ -36,6 +34,8 @@ #include #include // for getgrnam #include // for sockaddr_in +#include +#include #endif #include // for generate_private_key