Include config.h first thing.
authorRichard M. Stallman <rms@gnu.org>
Thu, 4 Aug 1994 23:15:35 +0000 (23:15 +0000)
committerRichard M. Stallman <rms@gnu.org>
Thu, 4 Aug 1994 23:15:35 +0000 (23:15 +0000)
lib-src/movemail.c

index 7db9255..9613564 100644 (file)
@@ -48,12 +48,12 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.  */
  *
  */
 
+#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