Skip to content

Commit 69669bb

Browse files
authored
Merge pull request WireGuard#11 from amnezia-vpn/fixbug/xcode-16-build-fix
Missing import added
2 parents 13e0361 + 080d41c commit 69669bb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Sources/WireGuardKitC/WireGuardKitC.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
// SPDX-License-Identifier: MIT
22
// Copyright © 2018-2023 WireGuard LLC. All Rights Reserved.
33

4+
#include <sys/types.h>
45
#include "key.h"
56
#include "x25519.h"
67

0 commit comments

Comments
 (0)