ports/net/hanstunnel/files/patch-main.cpp
Adam Weinberger efae686783 Add missing header files.
The wacky CLANG option probably needs some attention.
2014-08-06 14:15:04 +00:00

10 lines
223 B
C++

--- main.cpp.orig 2014-08-06 10:11:00.000000000 -0400
+++ main.cpp 2014-08-06 10:11:12.000000000 -0400
@@ -30,6 +30,7 @@
#include <stdlib.h>
#include <errno.h>
#include <syslog.h>
+#include <unistd.h>
void usage()
{