summaryrefslogtreecommitdiff
path: root/src/unistd/getgroups.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/unistd/getgroups.c')
-rw-r--r--src/unistd/getgroups.c2
1 files changed, 1 insertions, 1 deletions
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 <unistd.h>
#include "errno.h"
#include "../_syscall.h"
-#include "nonstd/assert.h"
+#include "../_assert.h"
int getgroups(int gidsetsize, gid_t grouplist[])
{