Kit: add missing import for WireGuardKitC

Signed-off-by: Andrej Mihajlov <and@mullvad.net>
This commit is contained in:
Andrej Mihajlov 2021-06-17 13:23:22 +02:00 committed by Jason A. Donenfeld
parent 87f0526f09
commit c1f509d65b
1 changed files with 1 additions and 0 deletions

View File

@ -6,6 +6,7 @@ import NetworkExtension
#if SWIFT_PACKAGE
import WireGuardKitGo
import WireGuardKitC
#endif
public enum WireGuardAdapterError: Error {