clowwindy / ShadowVPN

Removed according to regulations.
1.47k stars 1.06k forks source link

missing include in src/nat.h #144

Closed wongsyrone closed 9 years ago

wongsyrone commented 9 years ago
--- a/src/nat.h
+++ b/src/nat.h
@@ -30,6 +30,7 @@
 #include <sys/socket.h>
 #endif

+#include <time.h>
 #include "uthash.h"

 /**