diff options
Diffstat (limited to 'src/grp/endgrent.c')
-rw-r--r-- | src/grp/endgrent.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/grp/endgrent.c b/src/grp/endgrent.c index 00e4beb1..c4cb3871 100644 --- a/src/grp/endgrent.c +++ b/src/grp/endgrent.c @@ -1,6 +1,6 @@ #include <grp.h> +#include <stdio.h> #include "_grp.h" -#include "stdio.h" void endgrent(void) { |