aboutsummaryrefslogtreecommitdiff
path: root/libpwdgrp/getpwuid.c
diff options
context:
space:
mode:
Diffstat (limited to 'libpwdgrp/getpwuid.c')
-rw-r--r--libpwdgrp/getpwuid.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libpwdgrp/getpwuid.c b/libpwdgrp/getpwuid.c
index 776ed12da..819c874ac 100644
--- a/libpwdgrp/getpwuid.c
+++ b/libpwdgrp/getpwuid.c
@@ -23,7 +23,7 @@
#include <stdlib.h>
#include <unistd.h>
#include <fcntl.h>
-#include "pwd.h"
+#include "pwd_.h"
struct passwd *getpwuid(uid_t uid)
{