From eeee31128d20ae211e34d5833aa608eb63dad2d3 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Fri, 20 Jan 1995 23:37:41 +0000 Subject: [PATCH] [MSDOS]: #include msdos.h. --- src/xmenu.c | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/xmenu.c b/src/xmenu.c index 267491ebf95..17d665ebc27 100644 --- a/src/xmenu.c +++ b/src/xmenu.c @@ -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. */ -- 2.39.5