comparison lib-src/movemail.c @ 122:d2f30a177268 r20-1b14

Import from CVS: tag r20-1b14
author cvs
date Mon, 13 Aug 2007 09:26:03 +0200
parents 7d55a9ba150c
children 538048ae2ab8
comparison
equal deleted inserted replaced
121:419db647c998 122:d2f30a177268
60 #include <sys/stat.h> 60 #include <sys/stat.h>
61 #include <sys/file.h> 61 #include <sys/file.h>
62 #include <stdio.h> 62 #include <stdio.h>
63 #include <errno.h> 63 #include <errno.h>
64 #include <../src/syswait.h> 64 #include <../src/syswait.h>
65 #include <stdlib.h>
66 #include <string.h>
65 #ifdef MAIL_USE_POP 67 #ifdef MAIL_USE_POP
66 #include "pop.h" 68 #include "pop.h"
67 #endif 69 #endif
68 70
69 #ifdef MSDOS 71 #ifdef MSDOS