From: Richard M. Stallman Date: Fri, 20 Jan 1995 23:37:41 +0000 (+0000) Subject: [MSDOS]: #include msdos.h. X-Git-Tag: emacs-19.34~5356 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=eeee31128d20ae211e34d5833aa608eb63dad2d3;p=emacs.git [MSDOS]: #include msdos.h. --- 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. */