diff options
author | Eric Andersen <andersen@codepoet.org> | 2001-10-03 09:15:04 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2001-10-03 09:15:04 +0000 |
commit | 72bc479e2abd4f80a4d1bc7e6bc7deac360e7d33 (patch) | |
tree | 5a7051740428315613fcd92bcf41cbaa77f0fe7a /libc/sysdeps/linux/common/setegid.c | |
parent | b78d55926e729a670cb0b8225c22bb92b02f214b (diff) |
Silly little changes
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 0869119e7..90928c247 100644 --- a/libc/sysdeps/linux/common/setegid.c +++ b/libc/sysdeps/linux/common/setegid.c @@ -1,3 +1,4 @@ +#include <stdlib.h> #include <unistd.h> #include <sys/types.h> |