ctrl: Attempt fix the build on FreeBSD and add include file

IPPROTO_TCP is defined in netinet/in.h. Include it and hope the
build is fixed for FreeBSD.
This commit is contained in:
Holger Hans Peter Freyther 2014-08-21 16:31:52 +02:00
parent 336915aa0a
commit 5e21131c8d
1 changed files with 1 additions and 0 deletions

View File

@ -32,6 +32,7 @@
#include <arpa/inet.h>
#include <netinet/tcp.h>
#include <netinet/in.h>
#include <sys/fcntl.h>
#include <sys/ioctl.h>