Skip to content

Commit a503b1e

Browse files
committed
WireGuardKitC: fix build with Xcode 16b1
https://github.com/WireGuard/wireguard-apple/pull/33/files
1 parent d1528ca commit a503b1e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Sources/WireGuardKitC/WireGuardKitC.h

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

4+
#include <sys/types.h>
5+
46
#include "key.h"
57
#include "x25519.h"
68

0 commit comments

Comments
 (0)