diff options
Diffstat (limited to 'libc/sysdeps/linux/common/setegid.c')
-rw-r--r-- | libc/sysdeps/linux/common/setegid.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libc/sysdeps/linux/common/setegid.c b/libc/sysdeps/linux/common/setegid.c index 19d8e3f9c..0869119e7 100644 --- a/libc/sysdeps/linux/common/setegid.c +++ b/libc/sysdeps/linux/common/setegid.c @@ -1,4 +1,5 @@ #include <unistd.h> +#include <sys/types.h> int setegid(gid_t gid) { |