aboutsummaryrefslogtreecommitdiffstats
path: root/unmime.c
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>1999-01-05 04:40:25 +0000
committerEric S. Raymond <esr@thyrsus.com>1999-01-05 04:40:25 +0000
commitb476ac337200fe5ed62494feb1280652eae57025 (patch)
tree7f2acaae88e7ce2ef38c04df89afa16a40ffdb8f /unmime.c
parentf06b1846a2580c3b19a89f5f5e76b7d509afb3c9 (diff)
downloadfetchmail-b476ac337200fe5ed62494feb1280652eae57025.tar.gz
fetchmail-b476ac337200fe5ed62494feb1280652eae57025.tar.bz2
fetchmail-b476ac337200fe5ed62494feb1280652eae57025.zip
Progress messages now go to stdout.
svn path=/trunk/; revision=2328
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 2f9bddb0..cedc6737 100644
--- a/unmime.c
+++ b/unmime.c
@@ -15,6 +15,7 @@
#include "config.h"
#include <string.h>
#include <stdlib.h>
+#include <stdio.h>
#include <ctype.h>
#include "fetchmail.h"