summaryrefslogtreecommitdiffstats
path: root/lib/getpass.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/getpass.h')
-rw-r--r--lib/getpass.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/getpass.h b/lib/getpass.h
new file mode 100644
index 0000000..3daa1b6
--- /dev/null
+++ b/lib/getpass.h
@@ -0,0 +1,4 @@
+/* Obsolete; consider using unistd.h instead. */
+
+/* Get getpass declaration, if available. */
+#include <unistd.h>