BSD required AF_INET* headers (#171)

This commit is contained in:
Yorick de Wid 2017-01-18 22:24:49 +01:00 committed by Joris Vink
parent 98148155dc
commit f7e8954609
1 changed files with 2 additions and 0 deletions

View File

@ -23,6 +23,8 @@
#include <fcntl.h>
#include <unistd.h>
#include <sys/socket.h>
#include <netinet/in.h>
#include "kore.h"
#include "http.h"