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 | 3b9ee81953948918c6324d1f2c9c348139594336 (patch) | |
| tree | 21655ff977ae7200ec2ab543838c0ad450545b6e /lib-src/movemail.c | |
| parent | ab297811227ff3d2b2e5ef9274366136dff6cf6b (diff) | |
| download | emacs-3b9ee81953948918c6324d1f2c9c348139594336.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 |
