Skip to content
This repository was archived by the owner on Oct 24, 2025. It is now read-only.

Commit 993abe3

Browse files
committed
Add missing include
1 parent b31c52f commit 993abe3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

win32/unistd.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
#include <stdlib.h>
1111
#include <io.h>
1212
#include <process.h> /* for getpid() and the exec..() family */
13+
#include <direct.h> /* for _getcwd() */
1314

1415
#define srandom srand
1516
#define random rand

0 commit comments

Comments
 (0)