aboutsummaryrefslogtreecommitdiffstats
path: root/env.c
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>1997-09-03 19:35:00 +0000
committerEric S. Raymond <esr@thyrsus.com>1997-09-03 19:35:00 +0000
commit5c29fed4f72c7558ae15ed2c0b1268bab61a0321 (patch)
treee7c25b4c5c585d85d9b3c95d75367e52f2c27205 /env.c
parentfca5b6d8eeebbb9782df5dc22e17ef2ca1c1e9ad (diff)
downloadfetchmail-5c29fed4f72c7558ae15ed2c0b1268bab61a0321.tar.gz
fetchmail-5c29fed4f72c7558ae15ed2c0b1268bab61a0321.tar.bz2
fetchmail-5c29fed4f72c7558ae15ed2c0b1268bab61a0321.zip
sysV68 R3V7.1 port changes.
svn path=/trunk/; revision=1282
Diffstat (limited to 'env.c')
-rw-r--r--env.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/env.c b/env.c
index ba70d82c..fd46df10 100644
--- a/env.c
+++ b/env.c
@@ -15,6 +15,9 @@
#endif
#include <pwd.h>
#include <string.h>
+#include <ctype.h>
+
+extern char *getenv(); /* needed on sysV68 R3V7.1. */
char *user, *home, *fetchmailhost;