aboutsummaryrefslogtreecommitdiffstats
path: root/driver.c
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>1997-09-17 21:26:31 +0000
committerEric S. Raymond <esr@thyrsus.com>1997-09-17 21:26:31 +0000
commit19c8bf41af47ef55aa65f67793661e86d4fc640d (patch)
tree43ce22a5aeb8aa8b0dda205400d21ffb8ed29b1a /driver.c
parent4f93d4e0b9252227d1b204b4e6fbc85e96df6df0 (diff)
downloadfetchmail-19c8bf41af47ef55aa65f67793661e86d4fc640d.tar.gz
fetchmail-19c8bf41af47ef55aa65f67793661e86d4fc640d.tar.bz2
fetchmail-19c8bf41af47ef55aa65f67793661e86d4fc640d.zip
More portation changes.
svn path=/trunk/; revision=1362
Diffstat (limited to 'driver.c')
-rw-r--r--driver.c7
1 files changed, 3 insertions, 4 deletions
diff --git a/driver.c b/driver.c
index 949ef546..56046e16 100644
--- a/driver.c
+++ b/driver.c
@@ -11,6 +11,9 @@
#include <errno.h>
#include <ctype.h>
#include <string.h>
+#ifdef HAVE_MEMORY_H
+#include <memory.h>
+#endif /* HAVE_MEMORY_H */
#if defined(STDC_HEADERS)
#include <stdlib.h>
#endif
@@ -36,10 +39,6 @@
#include "mx.h"
#endif /* HAVE_GETHOSTBYNAME */
-#ifdef SUNOS
-#include <memory.h>
-#endif
-
#ifdef KERBEROS_V4
#if defined (__bsdi__)
#include <des.h> /* order of includes matters */