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/write.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/unistd/write.c') diff --git a/src/unistd/write.c b/src/unistd/write.c index 6982a359..a58bdc78 100644 --- a/src/unistd/write.c +++ b/src/unistd/write.c @@ -1,7 +1,7 @@ #include "stddef.h" #include "sys/types.h" #include -#include "nonstd/assert.h" +#include "../_assert.h" #include "../_syscall.h" ssize_t write(int fildes, const void *buf, size_t nbyte) -- cgit v1.2.1