Add missing netinet/in.h (for freebsd)

Signed-off-by: Adrien Gallouët <adrien@gallouet.fr>
This commit is contained in:
Adrien Gallouët
2017-11-26 14:02:53 +00:00
parent 93cefd6dba
commit d3307a22f8

View File

@@ -15,6 +15,7 @@
#include <stdio.h>
#include <sys/socket.h>
#include <sys/time.h>
#include <netinet/in.h>
#include <arpa/inet.h>
#include <netdb.h>