blob: 47d6ba229de79b0070039f1adfa8ad18fdd4dc03 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
|
--- ./include/vki/vki-freebsd.h.orig 2014-02-08 15:00:31.591069799 -0600
+++ ./include/vki/vki-freebsd.h 2014-02-08 15:00:39.993068845 -0600
@@ -681,6 +681,7 @@
#define VKI_SOCK_STREAM 1
+#include <sys/types.h>
#include <netinet/tcp.h>
#define VKI_TCP_NODELAY TCP_NODELAY
|