diff options
Diffstat (limited to 'pop3.c')
-rw-r--r-- | pop3.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |