summaryrefslogtreecommitdiff
path: root/modules/getpass
diff options
context:
space:
mode:
authorTim Rühsen <tim.ruehsen@gmx.de>2019-01-08 15:50:28 +0100
committerEric Blake <eblake@redhat.com>2019-01-08 09:43:13 -0600
commit29d80290059ca5b595a0a54b0603ab2399c61e44 (patch)
tree0081c71155ce85c034a55a34c78dd18ed10e5084 /modules/getpass
parent8089c00979a5b089cff592c6b91420e595657167 (diff)
downloadgnulib-29d80290059ca5b595a0a54b0603ab2399c61e44.tar.gz
getpass: Fix include filename
* modules/getpass: Fix unistd,h -> unistd.h
Diffstat (limited to 'modules/getpass')
-rw-r--r--modules/getpass2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/getpass b/modules/getpass
index 29918b9755..7e73451eb4 100644
--- a/modules/getpass
+++ b/modules/getpass
@@ -25,7 +25,7 @@ gl_UNISTD_MODULE_INDICATOR([getpass])
Makefile.am:
Include:
-<unistd,h>
+<unistd.h>
License:
LGPLv2+