libcody: Add netinet.h

We explicitly need to inlude netinet.h, (despite what happened on my test systems)

	libcody/
	* netclient.cc: Add netinet.h.
This commit is contained in:
Nathan Sidwell 2020-12-21 05:36:32 -08:00
parent e4043c636c
commit 31705b068f
1 changed files with 1 additions and 0 deletions

View File

@ -13,6 +13,7 @@
#include <netdb.h>
#include <unistd.h>
#include <arpa/inet.h>
#include <netinet/in.h>
#include <sys/un.h>
#ifndef AI_NUMERICSERV