diff options
author | Richard M. Stallman <rms@gnu.org> | 1996-08-23 08:16:06 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 1996-08-23 08:16:06 +0000 |
commit | 0072414b409e8c8cac2bad0cf25c976fa6c4289f (patch) | |
tree | 96188ef9f96ce6bcdeda32ab566ef0e061c8fd2d /lib-src/hexl.c | |
parent | a59fed7e23bf7cb49020dbc818e219bf3050eed7 (diff) | |
download | emacs-0072414b409e8c8cac2bad0cf25c976fa6c4289f.tar.gz |
Include <config.h>, so DOS_NT is defined on MSDOS.
Diffstat (limited to 'lib-src/hexl.c')
-rw-r--r-- | lib-src/hexl.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lib-src/hexl.c b/lib-src/hexl.c index 5d71033d434..9731321d4ae 100644 --- a/lib-src/hexl.c +++ b/lib-src/hexl.c @@ -1,3 +1,7 @@ +#ifdef HAVE_CONFIG_H +#include <config.h> +#endif + #include <stdio.h> #include <ctype.h> #ifdef DOS_NT |