Skip to content

Commit 526e329

Browse files
[Runtime] Include missing unistd.h for I/O function use in Random.cpp
1 parent 4714799 commit 526e329

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

stdlib/public/stubs/Random.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@
4040
#endif
4141

4242
#include <stdlib.h>
43+
#include <unistd.h>
4344

4445
#include "SwiftShims/Random.h"
4546
#include "swift/Runtime/Debug.h"

0 commit comments

Comments
 (0)