aboutsummaryrefslogtreecommitdiff
path: root/libpwdgrp/fgetpwent.c
diff options
context:
space:
mode:
Diffstat (limited to 'libpwdgrp/fgetpwent.c')
-rw-r--r--libpwdgrp/fgetpwent.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libpwdgrp/fgetpwent.c b/libpwdgrp/fgetpwent.c
index 6537600ff..54c3b3adc 100644
--- a/libpwdgrp/fgetpwent.c
+++ b/libpwdgrp/fgetpwent.c
@@ -22,7 +22,7 @@
22 22
23#include <errno.h> 23#include <errno.h>
24#include <stdio.h> 24#include <stdio.h>
25#include "pwd.h" 25#include "pwd_.h"
26 26
27struct passwd *fgetpwent(FILE * file) 27struct passwd *fgetpwent(FILE * file)
28{ 28{