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 e70346a..73f0cca 100644 --- a/libpwdgrp/getgrgid.c +++ b/libpwdgrp/getgrgid.c @@ -23,7 +23,7 @@ #include <sys/types.h> #include <unistd.h> #include <fcntl.h> -#include "grp.h" +#include "grp_.h" struct group *getgrgid(const gid_t gid) { |