Skip to content
Snippets Groups Projects
Commit 31705b06 authored by Nathan Sidwell's avatar Nathan Sidwell
Browse files

libcody: Add netinet.h

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

	libcody/
	* netclient.cc: Add netinet.h.
parent e4043c63
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment