changeset 40097:c71dbb9ccffb

getpass: Fix include filename * modules/getpass: Fix unistd,h -> unistd.h
author Tim Rühsen <tim.ruehsen@gmx.de>
date Tue, 08 Jan 2019 15:50:28 +0100
parents 5d6ccca8afb9
children 3cd6033a8985
files modules/getpass
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/modules/getpass	Sun Jan 06 22:30:13 2019 +0100
+++ b/modules/getpass	Tue Jan 08 15:50:28 2019 +0100
@@ -25,7 +25,7 @@
 Makefile.am:
 
 Include:
-<unistd,h>
+<unistd.h>
 
 License:
 LGPLv2+