# HG changeset patch # User Richard M. Stallman # Date 790645061 0 # Node ID 1b08df5c5e4a3ea5c76d85e8d4e30dd36c96dcd8 # Parent 19c4a9ef23e536f2fc214bd61004f4f71c89f6ed [MSDOS]: #include msdos.h. diff -r 19c4a9ef23e5 -r 1b08df5c5e4a src/xmenu.c --- 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. */