ports/net/hanstunnel/files/patch-utility.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
215 B
C++

--- utility.cpp.orig 2014-08-06 10:12:15.000000000 -0400
+++ utility.cpp 2014-08-06 10:12:30.000000000 -0400
@@ -21,6 +21,7 @@
#include <stdlib.h>
#include <stdio.h>
+#include <time.h>
using namespace std;