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/confstr.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/unistd/confstr.c') diff --git a/src/unistd/confstr.c b/src/unistd/confstr.c index 99320b6b..681715cd 100644 --- a/src/unistd/confstr.c +++ b/src/unistd/confstr.c @@ -4,7 +4,7 @@ #include #include #include -#include "_assert.h" +#include "_safety.h" size_t confstr(int name, char *buf, size_t len) { -- cgit v1.2.1