]> git.eshelyaron.com Git - emacs.git/commitdiff
Include <config.h>, so DOS_NT is defined on MSDOS.
authorRichard M. Stallman <rms@gnu.org>
Fri, 23 Aug 1996 08:16:06 +0000 (08:16 +0000)
committerRichard M. Stallman <rms@gnu.org>
Fri, 23 Aug 1996 08:16:06 +0000 (08:16 +0000)
lib-src/hexl.c

index 5d71033d4341b6f5664371ff39a163a8d90eef8f..9731321d4ae2908accc5a12db0ae7c83179bf950 100644 (file)
@@ -1,3 +1,7 @@
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
+
 #include <stdio.h>
 #include <ctype.h>
 #ifdef DOS_NT