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 8af2634b..62a3207e 100644
--- a/src/unistd/getgroups.c
+++ b/src/unistd/getgroups.c
@@ -2,7 +2,7 @@
#include "sys/types.h"
#include <unistd.h>
#include "errno.h"
-#include "nonstd/syscall.h"
+#include "../_syscall.h"
#include "nonstd/assert.h"
int getgroups(int gidsetsize, gid_t grouplist[])