1
Fork 0
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:
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