changeset 8449:805f9284065b

Include config.h first thing.
author Richard M. Stallman <rms@gnu.org>
date Thu, 04 Aug 1994 23:15:35 +0000
parents b6335ce87e16
children 32bfc62d6231
files lib-src/movemail.c
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/lib-src/movemail.c	Thu Aug 04 22:57:13 1994 +0000
+++ b/lib-src/movemail.c	Thu Aug 04 23:15:35 1994 +0000
@@ -48,12 +48,12 @@
  *
  */
 
+#define NO_SHORTNAMES   /* Tell config not to load remap.h */
+#include <../src/config.h>
 #include <sys/types.h>
 #include <sys/stat.h>
 #include <sys/file.h>
 #include <errno.h>
-#define NO_SHORTNAMES   /* Tell config not to load remap.h */
-#include <../src/config.h>
 #include <../src/syswait.h>
 
 #ifdef MSDOS