diff options
Diffstat (limited to 'libc/stdlib/unix_grantpt.c')
-rw-r--r-- | libc/stdlib/unix_grantpt.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libc/stdlib/unix_grantpt.c b/libc/stdlib/unix_grantpt.c index d5e68b47e..181fab37f 100644 --- a/libc/stdlib/unix_grantpt.c +++ b/libc/stdlib/unix_grantpt.c @@ -18,6 +18,7 @@ Boston, MA 02111-1307, USA. */ #define memchr __memchr +#define getgid __getgid #include <assert.h> #include <errno.h> |