mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-04 02:51:31 -08:00
Include <config.h>, so DOS_NT is defined on MSDOS.
This commit is contained in:
parent
a59fed7e23
commit
0072414b40
1 changed files with 4 additions and 0 deletions
|
|
@ -1,3 +1,7 @@
|
|||
#ifdef HAVE_CONFIG_H
|
||||
#include <config.h>
|
||||
#endif
|
||||
|
||||
#include <stdio.h>
|
||||
#include <ctype.h>
|
||||
#ifdef DOS_NT
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue