opnsense-ports/textproc/randlm/files/patch-src-LDHT-Util.h
Franco Fichtner 8cb1a96ede ports: pull in a snapshot of the FreeBSD ports tree
Taken from:	https://github.com/freebsd/freebsd-ports.git
Commit id:	5070672073b68be364139bc6b3a89100bd17d331
2014-11-09 14:03:21 +01:00

13 lines
390 B
C++

--- src/LDHT/Util.h.orig 2012-03-30 14:53:05.000000000 +0400
+++ src/LDHT/Util.h 2014-08-30 18:08:50.000000000 +0400
@@ -10,6 +10,10 @@
#include <cstdlib>
#include <cstring>
#include <stdint.h>
+#include <unistd.h>
+#include <sys/types.h>
+#include <sys/socket.h>
+#include <netinet/in.h>
#define V(expr) std::cerr << __FILE__ << ":" \
<< __LINE__ << " " \