diff options
author | 2018-12-13 15:38:10 +0530 | |
---|---|---|
committer | 2018-12-13 17:37:14 +0530 | |
commit | ae7fb7323faf6321d07dd855ea4f7641d2424ec0 (patch) | |
tree | e06c8af688ca2de4c0464b7d206a140d9cf92f3d /WireGuard/WireGuard/WireGuard-Bridging-Header.h | |
parent | Avoid using 'VPN' in code where possible (diff) | |
download | wireguard-apple-ae7fb7323faf6321d07dd855ea4f7641d2424ec0.tar.xz wireguard-apple-ae7fb7323faf6321d07dd855ea4f7641d2424ec0.zip |
Logging: Use ringlogger for logging from the extension
Signed-off-by: Roopesh Chander <roop@roopc.net>
Diffstat (limited to 'WireGuard/WireGuard/WireGuard-Bridging-Header.h')
-rw-r--r-- | WireGuard/WireGuard/WireGuard-Bridging-Header.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/WireGuard/WireGuard/WireGuard-Bridging-Header.h b/WireGuard/WireGuard/WireGuard-Bridging-Header.h index 4fe53a7..21cd2a2 100644 --- a/WireGuard/WireGuard/WireGuard-Bridging-Header.h +++ b/WireGuard/WireGuard/WireGuard-Bridging-Header.h @@ -2,3 +2,4 @@ #include "unzip.h" #include "zip.h" #include "wireguard-go-version.h" +#include "ringlogger.h" |