ports/devel/valgrind-devel/files/patch-include__vki__vki-freebsd.h
Bryan Drewery 8684843b84 Fix build on 8.3 due to tcp.h not properly
including sys/types.h in it yet.
2014-02-08 21:10:00 +00:00

10 lines
282 B
C

--- ./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