aboutsummaryrefslogtreecommitdiffstats
path: root/pop3.c
diff options
context:
space:
mode:
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