comparison lib-src/movemail.c @ 31274:b63fdc46cda2

Revert previous change.
author Dave Love <fx@gnu.org>
date Tue, 29 Aug 2000 17:15:31 +0000
parents 77ed917b12ee
children d431eeb4028f
comparison
equal deleted inserted replaced
31273:2f1422e32b4f 31274:b63fdc46cda2
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 #ifdef HAVE_STRING_H 64
65 #include <string.h>
66 #endif
67
68 #ifdef HAVE_STRINGS_H
69 #include <strings.h>
70 #endif
71 #include "syswait.h" 65 #include "syswait.h"
72 #include <getopt.h> 66 #include <getopt.h>
73 #ifdef HAVE_FCNTL_H 67 #ifdef HAVE_FCNTL_H
74 #include <fcntl.h> 68 #include <fcntl.h>
75 #endif 69 #endif