diff options
Diffstat (limited to 'textproc/randlm/files/patch-src-LDHT-Util.h')
-rw-r--r-- | textproc/randlm/files/patch-src-LDHT-Util.h | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/textproc/randlm/files/patch-src-LDHT-Util.h b/textproc/randlm/files/patch-src-LDHT-Util.h new file mode 100644 index 000000000000..4d03aae6710f --- /dev/null +++ b/textproc/randlm/files/patch-src-LDHT-Util.h @@ -0,0 +1,13 @@ +--- 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__ << " " \ |