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 @@
#include <errno.h>
#include <stdio.h>
-#include "pwd.h"
+#include "pwd_.h"
struct passwd *fgetpwent(FILE * file)
{