1
0
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:
Richard M. Stallman 1996-08-23 08:16:06 +00:00
parent a59fed7e23
commit 0072414b40

View File

@ -1,3 +1,7 @@
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
#include <stdio.h>
#include <ctype.h>
#ifdef DOS_NT