changeset 15903:0a93a0afdd74

Include <config.h>, so DOS_NT is defined on MSDOS.
author Richard M. Stallman <rms@gnu.org>
date Fri, 23 Aug 1996 08:16:06 +0000
parents 985270efc514
children a31cfab57f69
files lib-src/hexl.c
diffstat 1 files changed, 4 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/lib-src/hexl.c	Fri Aug 23 06:20:58 1996 +0000
+++ b/lib-src/hexl.c	Fri Aug 23 08:16:06 1996 +0000
@@ -1,3 +1,7 @@
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
+
 #include <stdio.h>
 #include <ctype.h>
 #ifdef DOS_NT