diff options
| author | Paul Eggert <eggert@cs.ucla.edu> | 2004-08-10 05:43:11 +0000 |
|---|---|---|
| committer | Paul Eggert <eggert@cs.ucla.edu> | 2004-08-10 05:43:11 +0000 |
| commit | 1b26801391ff8981c211d55f462cf6a6294a8ed8 (patch) | |
| tree | 1bc2cc7879ba9d87bfd40514aec4d3d93e231086 /lib/getpass.c | |
| parent | readlink.c cleanup (diff) | |
| download | coreutils-1b26801391ff8981c211d55f462cf6a6294a8ed8.tar.gz coreutils-1b26801391ff8981c211d55f462cf6a6294a8ed8.zip | |
Sync with gnulib.
Diffstat (limited to 'lib/getpass.c')
| -rw-r--r-- | lib/getpass.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/getpass.c b/lib/getpass.c index 8a993d3e0..9ac01f227 100644 --- a/lib/getpass.c +++ b/lib/getpass.c @@ -19,6 +19,10 @@ # include <config.h> #endif +#if !_LIBC +# include "getpass.h" +#endif + #if _LIBC # define HAVE_STDIO_EXT_H 1 #endif |
