Add netdb header to includes.h

This commit is contained in:
Wilco Baan Hofman 2013-09-09 19:02:57 +02:00
parent bb7c53235e
commit 6ac493321a

View file

@ -27,6 +27,7 @@
#include <stdbool.h>
#include <sys/types.h>
#include <sys/stat.h>
#include <netdb.h>
#include <fcntl.h>
#include <errno.h>