]> git.sur5r.net Git - openldap/blobdiff - libraries/liblutil/getpass.c
s/<stdlib.h>/<ac/stdlib.h>/
[openldap] / libraries / liblutil / getpass.c
index c5cc6b0e32245598cd85b4aaf8cb05c65bdaab74..eddcd4eaf52156db31d212a131d9174596c98981 100644 (file)
@@ -15,7 +15,8 @@
 #ifndef HAVE_GETPASS
 
 #include <stdio.h>
-#include <stdlib.h>
+
+#include <ac/stdlib.h>
 
 #include <ac/ctype.h>
 #include <ac/errno.h>
@@ -149,4 +150,4 @@ getpass( const char *prompt )
 #endif /* DOS */
 }
 
-#endif /* !HAVE_GETPASS */
\ No newline at end of file
+#endif /* !HAVE_GETPASS */