From 31705b068fa5d6cbd04aa4ac5f5275bad37d2222 Mon Sep 17 00:00:00 2001 From: Nathan Sidwell Date: Mon, 21 Dec 2020 05:36:32 -0800 Subject: [PATCH] libcody: Add netinet.h We explicitly need to inlude netinet.h, (despite what happened on my test systems) libcody/ * netclient.cc: Add netinet.h. --- libcody/netclient.cc | 1 + 1 file changed, 1 insertion(+) diff --git a/libcody/netclient.cc b/libcody/netclient.cc index 8cccface71c..7f81dd91810 100644 --- a/libcody/netclient.cc +++ b/libcody/netclient.cc @@ -13,6 +13,7 @@ #include #include #include +#include #include #ifndef AI_NUMERICSERV