diff options
Diffstat (limited to 'src/unistd/getcwd.c')
-rw-r--r-- | src/unistd/getcwd.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/unistd/getcwd.c b/src/unistd/getcwd.c index 904e2c7d..3ddfa53a 100644 --- a/src/unistd/getcwd.c +++ b/src/unistd/getcwd.c @@ -1,7 +1,7 @@ #include "sys/types.h" #include <unistd.h> #include "nonstd/assert.h" -#include "nonstd/syscall.h" +#include "../_syscall.h" char * getcwd(char *buf, size_t size) { |