From 0df5a8fa0361e06a46240689d01665c1c59ef7c4 Mon Sep 17 00:00:00 2001 From: Jakob Kaivo Date: Wed, 31 Jan 2024 00:04:19 -0500 Subject: remove last vestiges of _assert.h (now _safety.h) --- 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 27a17aca..21eef9ef 100644 --- a/src/unistd/write.c +++ b/src/unistd/write.c @@ -2,7 +2,7 @@ #include #include -#include "_assert.h" +#include "_safety.h" #include "_syscall.h" ssize_t write(int fildes, const void *buf, size_t nbyte) -- cgit v1.2.1