From 3b9ee81953948918c6324d1f2c9c348139594336 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Thu, 4 Aug 1994 23:15:35 +0000 Subject: [PATCH] Include config.h first thing. --- lib-src/movemail.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib-src/movemail.c b/lib-src/movemail.c index 7db92557637..9613564f69b 100644 --- a/lib-src/movemail.c +++ b/lib-src/movemail.c @@ -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 #include #include #include -#define NO_SHORTNAMES /* Tell config not to load remap.h */ -#include <../src/config.h> #include <../src/syswait.h> #ifdef MSDOS -- 2.39.5