aboutsummaryrefslogtreecommitdiffstats
path: root/lib-src/cvtmail.c
diff options
context:
space:
mode:
authorPavel Janík <[email protected]>2001-12-29 22:25:06 +0000
committerPavel Janík <[email protected]>2001-12-29 22:25:06 +0000
commit2f8fe2f420c89ff5d5eaddc00abf910fbd518b1f (patch)
treec48cb16a1404a8726f96a002af531b3b4d2e03ea /lib-src/cvtmail.c
parentf22d47851526845c8cfba3b58caefc12b43cec85 (diff)
Include <config.h>.
Diffstat (limited to 'lib-src/cvtmail.c')
-rw-r--r--lib-src/cvtmail.c9
1 files changed, 6 insertions, 3 deletions
diff --git a/lib-src/cvtmail.c b/lib-src/cvtmail.c
index b967f81d42..453267f4aa 100644
--- a/lib-src/cvtmail.c
+++ b/lib-src/cvtmail.c
@@ -29,11 +29,14 @@ Boston, MA 02111-1307, USA. */
*
* In order to get rmail to read the messages, the resulting file must
* be mv'ed to ~/mbox, and then have rmail invoked on them.
- *
+ *
* Author: Larry Kolodney, 1985
*/
-#include "config.h"
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
+
#include <stdio.h>
#ifndef HAVE_STDLIB_H
@@ -119,7 +122,7 @@ main (argc, argv)
}
}
fclose (mddf);
- fclose (mfilef);
+ fclose (mfilef);
return 0;
}