summaryrefslogtreecommitdiff
path: root/src/unistd/getcwd.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/unistd/getcwd.c')
-rw-r--r--src/unistd/getcwd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/unistd/getcwd.c b/src/unistd/getcwd.c
index f3fb8757..aa237a43 100644
--- a/src/unistd/getcwd.c
+++ b/src/unistd/getcwd.c
@@ -2,7 +2,7 @@
#include <sys/types.h>
#include <unistd.h>
-#include "_assert.h"
+#include "_safety.h"
#include "_syscall.h"
char * getcwd(char *buf, size_t size)