aboutsummaryrefslogtreecommitdiffstats
path: root/unmime.c
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>1998-10-16 16:59:08 +0000
committerEric S. Raymond <esr@thyrsus.com>1998-10-16 16:59:08 +0000
commitfca33eda6ac259755e39ec2587c5bd9772bb4a04 (patch)
treeee9a78e18548b00ea4c191e27bf270c61a02ca40 /unmime.c
parente8ea31a9010ab179b58fd9daa77e37a3d41dcf9a (diff)
downloadfetchmail-fca33eda6ac259755e39ec2587c5bd9772bb4a04.tar.gz
fetchmail-fca33eda6ac259755e39ec2587c5bd9772bb4a04.tar.bz2
fetchmail-fca33eda6ac259755e39ec2587c5bd9772bb4a04.zip
Enable compilation under Solaris 2.6.
svn path=/trunk/; revision=2097
Diffstat (limited to 'unmime.c')
-rw-r--r--unmime.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/unmime.c b/unmime.c
index 32a4ed72..30eff6d4 100644
--- a/unmime.c
+++ b/unmime.c
@@ -12,6 +12,7 @@
*
*/
+#include "config.h"
#include <string.h>
#include <stdlib.h>
#if defined(HAVE_ALLOCA_H)