summaryrefslogtreecommitdiff
path: root/lib/getpass.c
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2004-08-10 05:43:11 +0000
committerPaul Eggert <eggert@cs.ucla.edu>2004-08-10 05:43:11 +0000
commit1b26801391ff8981c211d55f462cf6a6294a8ed8 (patch)
tree1bc2cc7879ba9d87bfd40514aec4d3d93e231086 /lib/getpass.c
parent557ed575e8f209487e245851b6841ecc74970291 (diff)
downloadcoreutils-1b26801391ff8981c211d55f462cf6a6294a8ed8.tar.xz
Sync with gnulib.
Diffstat (limited to 'lib/getpass.c')
-rw-r--r--lib/getpass.c4
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