[MSDOS]: #include msdos.h.
authorRichard M. Stallman <rms@gnu.org>
Fri, 20 Jan 1995 23:37:41 +0000 (23:37 +0000)
committerRichard M. Stallman <rms@gnu.org>
Fri, 20 Jan 1995 23:37:41 +0000 (23:37 +0000)
src/xmenu.c

index 267491e..17d665e 100644 (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.  */