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/getgroups.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/unistd/getgroups.c') diff --git a/src/unistd/getgroups.c b/src/unistd/getgroups.c index b7df2896..5e7b3ff5 100644 --- a/src/unistd/getgroups.c +++ b/src/unistd/getgroups.c @@ -3,7 +3,7 @@ #include #include "errno.h" #include "../_syscall.h" -#include "nonstd/assert.h" +#include "../_assert.h" int getgroups(int gidsetsize, gid_t grouplist[]) { -- cgit v1.2.1