Commit 5422dff6 authored by Martin Blix Grydeland's avatar Martin Blix Grydeland

Include <sys/types.h> before <netinet/tcp.h> to see if that makes the

build happy on FreeBSD.
parent 249add59
......@@ -41,6 +41,7 @@
#include "config.h"
#include <sys/types.h>
#include <netinet/in.h>
#include <netinet/tcp.h>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment