diff options
Diffstat (limited to 'libpwdgrp/getgrgid.c')
-rw-r--r-- | libpwdgrp/getgrgid.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libpwdgrp/getgrgid.c b/libpwdgrp/getgrgid.c index e70346a77..73f0cca97 100644 --- a/libpwdgrp/getgrgid.c +++ b/libpwdgrp/getgrgid.c | |||
@@ -23,7 +23,7 @@ | |||
23 | #include <sys/types.h> | 23 | #include <sys/types.h> |
24 | #include <unistd.h> | 24 | #include <unistd.h> |
25 | #include <fcntl.h> | 25 | #include <fcntl.h> |
26 | #include "grp.h" | 26 | #include "grp_.h" |
27 | 27 | ||
28 | struct group *getgrgid(const gid_t gid) | 28 | struct group *getgrgid(const gid_t gid) |
29 | { | 29 | { |