diff lib-src/cvtmail.c @ 42412:83c1951257f1

Include <config.h>.
author Pavel Janík <Pavel@Janik.cz>
date Sat, 29 Dec 2001 22:24:28 +0000
parents 398fa38cf321
children c6c565402859 d7ddb3e565de
line wrap: on
line diff
--- a/lib-src/cvtmail.c	Sat Dec 29 22:21:10 2001 +0000
+++ b/lib-src/cvtmail.c	Sat Dec 29 22:24:28 2001 +0000
@@ -29,11 +29,14 @@
  *
  * 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 @@
 	}
     }
   fclose (mddf);
-  fclose (mfilef);    
+  fclose (mfilef);
   return 0;
 }