]> git.eshelyaron.com Git - emacs.git/commitdiff
[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 267491ebf95ffebb175088da1f9d46cf22352ccb..17d665ebc2726b43cec773d9f274a00fe1a3590f 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.  */