comparison lib-src/movemail.c @ 157:6b37e6ddd302 r20-3b5

Import from CVS: tag r20-3b5
author cvs
date Mon, 13 Aug 2007 09:40:41 +0200
parents 43dd3413c7c7
children 0132846995bd
comparison
equal deleted inserted replaced
156:60baf0b43294 157:6b37e6ddd302
59 #include <sys/types.h> 59 #include <sys/types.h>
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> 65 #include <stdlib.h>
66 #include <string.h> 66 #include <string.h>
67 #ifdef MAIL_USE_POP 67 #ifdef MAIL_USE_POP
68 #include "pop.h" 68 #include "pop.h"
69 #endif 69 #endif