changeset 10502:1b08df5c5e4a

[MSDOS]: #include msdos.h.
author Richard M. Stallman <rms@gnu.org>
date Fri, 20 Jan 1995 23:37:41 +0000
parents 19c4a9ef23e5
children 4d94f31dc555
files src/xmenu.c
diffstat 1 files changed, 4 insertions(+), 0 deletions(-) [+]
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.  */