aboutsummaryrefslogtreecommitdiff
path: root/lib/getpass.c
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2001-12-04 13:03:08 +0000
committerDaniel Stenberg <daniel@haxx.se>2001-12-04 13:03:08 +0000
commit436d1479256117f21740dbd1ed4eb0c136c15de9 (patch)
tree8950ebf7265db50952dfd1a38c0b0f2a0c4289c7 /lib/getpass.c
parent4bd78a7df40e1ff3500c94303458b374b14aa7d2 (diff)
Eric's #include fixes for better macos compiles
Diffstat (limited to 'lib/getpass.c')
-rw-r--r--lib/getpass.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/lib/getpass.c b/lib/getpass.c
index 76af6fac9..62f93ffa0 100644
--- a/lib/getpass.c
+++ b/lib/getpass.c
@@ -35,9 +35,7 @@
* Daniel Stenberg <daniel@haxx.se>
*/
-#ifdef HAVE_CONFIG_H
-# include <config.h>
-#endif
+#include "setup.h" /* setup.h is required for read() prototype */
#ifndef HAVE_GETPASS_R