aboutsummaryrefslogtreecommitdiffstats
path: root/WireGuard/WireGuard
diff options
context:
space:
mode:
authorRoopesh Chander <roop@roopc.net>2018-10-29 01:03:53 +0530
committerRoopesh Chander <roop@roopc.net>2018-10-29 01:03:53 +0530
commit38b816ba4c914cc1512e578e6d49bac83248515e (patch)
tree5c195450a91d842fb683536f160b0bbe102fcdf0 /WireGuard/WireGuard
parentZip: Add code from the minizip project (diff)
downloadwireguard-apple-38b816ba4c914cc1512e578e6d49bac83248515e.tar.xz
wireguard-apple-38b816ba4c914cc1512e578e6d49bac83248515e.zip
Zip: Include minizip in our Xcode project
Signed-off-by: Roopesh Chander <roop@roopc.net>
Diffstat (limited to 'WireGuard/WireGuard')
-rw-r--r--WireGuard/WireGuard/WireGuard-Bridging-Header.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/WireGuard/WireGuard/WireGuard-Bridging-Header.h b/WireGuard/WireGuard/WireGuard-Bridging-Header.h
index 893b5eb..61ddc07 100644
--- a/WireGuard/WireGuard/WireGuard-Bridging-Header.h
+++ b/WireGuard/WireGuard/WireGuard-Bridging-Header.h
@@ -3,3 +3,5 @@
//
#include "x25519.h"
+#include "unzip.h"
+#include "zip.h"