summaryrefslogtreecommitdiff
path: root/net/cryptcat/files/patch-farm9crypt.cc
blob: c8f57bd08edf655b1cae7a663727260ae8141f7e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
--- farm9crypt.cc.orig	2004-12-18 04:34:27 UTC
+++ farm9crypt.cc
@@ -23,6 +23,7 @@
 #include <sys/types.h>    // suggested by several people -- for OpenBSD, FreeBSD compiles
 #include <sys/socket.h>		/* basics, SO_ and AF_ defs, sockaddr, ... */
 #include <stdlib.h>	
+#include <string.h>
 #else
 #include <fcntl.h>
 #include <io.h>