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/sys/stat/stat.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/sys/stat/stat.c') diff --git a/src/sys/stat/stat.c b/src/sys/stat/stat.c index 08446b24..0b4f341f 100644 --- a/src/sys/stat/stat.c +++ b/src/sys/stat/stat.c @@ -1,7 +1,7 @@ #include #include #include -#include "_assert.h" +#include "_safety.h" #include "_syscall.h" int stat(const char * restrict path, struct stat * restrict buf) -- cgit v1.2.1