diff options
| author | Richard M. Stallman | 1996-08-23 08:16:06 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1996-08-23 08:16:06 +0000 |
| commit | 0072414b409e8c8cac2bad0cf25c976fa6c4289f (patch) | |
| tree | 96188ef9f96ce6bcdeda32ab566ef0e061c8fd2d /lib-src | |
| parent | a59fed7e23bf7cb49020dbc818e219bf3050eed7 (diff) | |
| download | emacs-0072414b409e8c8cac2bad0cf25c976fa6c4289f.tar.gz emacs-0072414b409e8c8cac2bad0cf25c976fa6c4289f.zip | |
Include <config.h>, so DOS_NT is defined on MSDOS.
Diffstat (limited to 'lib-src')
| -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 @@ | |||
| 1 | #ifdef HAVE_CONFIG_H | ||
| 2 | #include <config.h> | ||
| 3 | #endif | ||
| 4 | |||
| 1 | #include <stdio.h> | 5 | #include <stdio.h> |
| 2 | #include <ctype.h> | 6 | #include <ctype.h> |
| 3 | #ifdef DOS_NT | 7 | #ifdef DOS_NT |