diff options
Diffstat (limited to 'libpwdgrp/getpwuid.c')
-rw-r--r-- | libpwdgrp/getpwuid.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libpwdgrp/getpwuid.c b/libpwdgrp/getpwuid.c index 776ed12..819c874 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) { |