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 @@ | |||
22 | 22 | ||
23 | #include <stdio.h> | 23 | #include <stdio.h> |
24 | #include <errno.h> | 24 | #include <errno.h> |
25 | #include "grp.h" | 25 | #include "grp_.h" |
26 | 26 | ||
27 | struct group *fgetgrent(FILE * file) | 27 | struct group *fgetgrent(FILE * file) |
28 | { | 28 | { |