diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/xmenu.c | 4 |
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. */ |