aboutsummaryrefslogtreecommitdiffstats
path: root/getpass.c
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2000-08-30 18:04:49 +0000
committerEric S. Raymond <esr@thyrsus.com>2000-08-30 18:04:49 +0000
commit63e73179a50ab463e460a5c2ed070b6c5a6a1dbd (patch)
tree728d3982ab5ae9c52b086838bdd143dc60e20063 /getpass.c
parentfa56dea6e03634e7a89962d75a3f0e9c949931b6 (diff)
downloadfetchmail-63e73179a50ab463e460a5c2ed070b6c5a6a1dbd.tar.gz
fetchmail-63e73179a50ab463e460a5c2ed070b6c5a6a1dbd.tar.bz2
fetchmail-63e73179a50ab463e460a5c2ed070b6c5a6a1dbd.zip
Horst von Brand's security and specfile patches.
svn path=/trunk/; revision=2956
Diffstat (limited to 'getpass.c')
-rw-r--r--getpass.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/getpass.c b/getpass.c
index f89f32aa..b0858a23 100644
--- a/getpass.c
+++ b/getpass.c
@@ -17,6 +17,7 @@
#include <stdio.h>
#include <signal.h>
#include <fcntl.h>
+#include <stdlib.h>
#if defined(HAVE_UNISTD_H)
#include <unistd.h>
#endif