aboutsummaryrefslogtreecommitdiffstats
path: root/src/msdos.c
diff options
context:
space:
mode:
authorReuben Thomas2014-08-10 17:28:36 +0100
committerReuben Thomas2014-08-10 17:28:36 +0100
commit643a0303965c233b66d7ebfd5b2c045253dea3be (patch)
treea2205f9b5e6b84c0879c199ccefe4b76bc9f6554 /src/msdos.c
parent109c0de984f2b49b89db802edc4b79d55b8f9429 (diff)
downloademacs-643a0303965c233b66d7ebfd5b2c045253dea3be.tar.gz
emacs-643a0303965c233b66d7ebfd5b2c045253dea3be.zip
Fix a couple of recent inadvertent breaks of the MSDOS port.
src/msdos.c: include required menu.h src/term.c: set correct menu_show_hook on MSDOS.
Diffstat (limited to 'src/msdos.c')
-rw-r--r--src/msdos.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/msdos.c b/src/msdos.c
index 9fe078d0746..dae86b5a3b2 100644
--- a/src/msdos.c
+++ b/src/msdos.c
@@ -71,6 +71,7 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
71#include "coding.h" 71#include "coding.h"
72#include "disptab.h" 72#include "disptab.h"
73#include "window.h" 73#include "window.h"
74#include "menu.h"
74#include "buffer.h" 75#include "buffer.h"
75#include "commands.h" 76#include "commands.h"
76#include "blockinput.h" 77#include "blockinput.h"