aboutsummaryrefslogtreecommitdiffstats
path: root/src/xmenu.c
diff options
context:
space:
mode:
authorRichard M. Stallman1995-01-20 23:37:41 +0000
committerRichard M. Stallman1995-01-20 23:37:41 +0000
commiteeee31128d20ae211e34d5833aa608eb63dad2d3 (patch)
tree33f0b2a861bcf31b3d0debc9705195f42b8bc670 /src/xmenu.c
parent1189e5a2d93ccfd08e0b1fd6b27b9e0d8c4f936c (diff)
downloademacs-eeee31128d20ae211e34d5833aa608eb63dad2d3.tar.gz
emacs-eeee31128d20ae211e34d5833aa608eb63dad2d3.zip
[MSDOS]: #include msdos.h.
Diffstat (limited to 'src/xmenu.c')
-rw-r--r--src/xmenu.c4
1 files changed, 4 insertions, 0 deletions
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. */
42#include "blockinput.h" 42#include "blockinput.h"
43#include "puresize.h" 43#include "puresize.h"
44 44
45#ifdef MSDOS
46#include "msdos.h"
47#endif
48
45#ifdef HAVE_X_WINDOWS 49#ifdef HAVE_X_WINDOWS
46/* This may include sys/types.h, and that somehow loses 50/* This may include sys/types.h, and that somehow loses
47 if this is not done before the other system files. */ 51 if this is not done before the other system files. */