diff options
author | Richard M. Stallman <rms@gnu.org> | 1994-08-04 23:15:35 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 1994-08-04 23:15:35 +0000 |
commit | 6b86b5d369126f3fdd4ca5a8bccaa9487c8d6755 (patch) | |
tree | 22b3ca2a97194594da2b5b68d7969f39fbd439b0 /lib-src/movemail.c | |
parent | 5c6f8807ce09c17e1a2161856f560073dd28ac30 (diff) | |
download | emacs-6b86b5d369126f3fdd4ca5a8bccaa9487c8d6755.tar.gz |
Include config.h first thing.
Diffstat (limited to 'lib-src/movemail.c')
-rw-r--r-- | lib-src/movemail.c | 4 |
1 files 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 <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 |