diff src/xmenu.c @ 10502:1b08df5c5e4a

[MSDOS]: #include msdos.h.
author Richard M. Stallman <rms@gnu.org>
date Fri, 20 Jan 1995 23:37:41 +0000
parents 358d48409854
children 7418dce6e52a
line wrap: on
line diff
--- a/src/xmenu.c	Fri Jan 20 23:37:00 1995 +0000
+++ b/src/xmenu.c	Fri Jan 20 23:37:41 1995 +0000
@@ -42,6 +42,10 @@
 #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.  */