diff options
Diffstat (limited to 'libpwdgrp/fgetgrent.c')
-rw-r--r-- | libpwdgrp/fgetgrent.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libpwdgrp/fgetgrent.c b/libpwdgrp/fgetgrent.c index c5d63e05f..1492a1a95 100644 --- a/libpwdgrp/fgetgrent.c +++ b/libpwdgrp/fgetgrent.c @@ -22,7 +22,7 @@ #include <stdio.h> #include <errno.h> -#include "grp.h" +#include "grp_.h" struct group *fgetgrent(FILE * file) { |