From ecd4d00f1bdf184163cc44ed8261d9f11ca9aae0 Mon Sep 17 00:00:00 2001 From: Jakob Kaivo Date: Wed, 12 Aug 2020 11:02:56 -0400 Subject: remove all generated nonstd/ headers --- src/unistd/getcwd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/unistd/getcwd.c') diff --git a/src/unistd/getcwd.c b/src/unistd/getcwd.c index 7a37a7c2..61f9c573 100644 --- a/src/unistd/getcwd.c +++ b/src/unistd/getcwd.c @@ -1,6 +1,6 @@ #include "sys/types.h" #include -#include "nonstd/assert.h" +#include "../_assert.h" #include "../_syscall.h" char * getcwd(char *buf, size_t size) -- cgit v1.2.1