1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-19 01:10:57 -08:00

[MSDOS]: #include msdos.h.

This commit is contained in:
Richard M. Stallman 1995-01-20 23:37:41 +00:00
parent 1189e5a2d9
commit eeee31128d

View file

@ -42,6 +42,10 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
#include "blockinput.h"
#include "puresize.h"
#ifdef MSDOS
#include "msdos.h"
#endif
#ifdef HAVE_X_WINDOWS
/* This may include sys/types.h, and that somehow loses
if this is not done before the other system files. */