mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2025-01-10 15:56:18 +00:00
Include <config.h>, so DOS_NT is defined on MSDOS.
This commit is contained in:
parent
a59fed7e23
commit
0072414b40
@ -1,3 +1,7 @@
|
||||
#ifdef HAVE_CONFIG_H
|
||||
#include <config.h>
|
||||
#endif
|
||||
|
||||
#include <stdio.h>
|
||||
#include <ctype.h>
|
||||
#ifdef DOS_NT
|
||||
|
Loading…
Reference in New Issue
Block a user