diff options
Diffstat (limited to 'lib/tilde/shell.c')
-rw-r--r-- | lib/tilde/shell.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/tilde/shell.c b/lib/tilde/shell.c index 9805a924..de974366 100644 --- a/lib/tilde/shell.c +++ b/lib/tilde/shell.c @@ -45,7 +45,7 @@ #include <pwd.h> #if !defined (HAVE_GETPW_DECLS) -extern struct passwd *getpwuid (); +extern struct passwd *getpwuid (uid_t); #endif /* !HAVE_GETPW_DECLS */ char * |