freebsd-ports/net/cryptcat/files/patch-farm9crypt.cc
Emanuel Haupt bf51c6f124 - Update from 20031202 to 1.2.1
- Bump PORTEPOCH
- Update MASTER_SITE and WWW (project moved to sourceforge)
- Remove two patches that contained CR/LF's
- Add two patches (invoked by CR/LF problematic)
- Pass maintainership to submitter

PR:		88134
Submitted by:	Gabor Kovesdan <gabor.kovesdan@t-hosting.hu>
2005-10-30 13:21:29 +00:00

10 lines
359 B
C++

--- farm9crypt.cc.orig Sat Dec 18 05:34:27 2004
+++ farm9crypt.cc Sun Oct 30 07:45:05 2005
@@ -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>