aboutsummaryrefslogtreecommitdiffstats
path: root/pop3.c
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>1996-11-01 17:34:44 +0000
committerEric S. Raymond <esr@thyrsus.com>1996-11-01 17:34:44 +0000
commit9ed32aae0cceb23373b55a319a3483728a1042d7 (patch)
tree8e5b16d949224ecd3bd0c7c1b760194de74d2761 /pop3.c
parent6d77e3b3e9a420477e69ed84ede49ed3c983ac83 (diff)
downloadfetchmail-9ed32aae0cceb23373b55a319a3483728a1042d7.tar.gz
fetchmail-9ed32aae0cceb23373b55a319a3483728a1042d7.tar.bz2
fetchmail-9ed32aae0cceb23373b55a319a3483728a1042d7.zip
Header cleanup.
svn path=/trunk/; revision=463
Diffstat (limited to 'pop3.c')
-rw-r--r--pop3.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/pop3.c b/pop3.c
index 0960085d..4df8473a 100644
--- a/pop3.c
+++ b/pop3.c
@@ -5,9 +5,9 @@
*/
#include <config.h>
+
#include <stdio.h>
#include <string.h>
-#include <ctype.h>
#if defined(HAVE_UNISTD_H)
#include <unistd.h>
#endif