diff options
| author | YAMAMOTO Mitsuharu | 2006-04-12 08:05:07 +0000 |
|---|---|---|
| committer | YAMAMOTO Mitsuharu | 2006-04-12 08:05:07 +0000 |
| commit | 3df07ecd20349efc3dd612adcecce4716040bdac (patch) | |
| tree | 743dc71d5b3a63c9360bf0228e432f82d63f5834 /src | |
| parent | 6ec6619ae811ea6601e316cb6725c81486225362 (diff) | |
| download | emacs-3df07ecd20349efc3dd612adcecce4716040bdac.tar.gz emacs-3df07ecd20349efc3dd612adcecce4716040bdac.zip | |
[HAVE_MENUS && MAC_OS]: Include macterm.h.
Diffstat (limited to 'src')
| -rw-r--r-- | src/fns.c | 6 |
1 files changed, 5 insertions, 1 deletions
| @@ -48,8 +48,12 @@ Boston, MA 02110-1301, USA. */ | |||
| 48 | #include "frame.h" | 48 | #include "frame.h" |
| 49 | #include "window.h" | 49 | #include "window.h" |
| 50 | #include "blockinput.h" | 50 | #include "blockinput.h" |
| 51 | #if defined (HAVE_MENUS) && defined (HAVE_X_WINDOWS) | 51 | #ifdef HAVE_MENUS |
| 52 | #if defined (HAVE_X_WINDOWS) | ||
| 52 | #include "xterm.h" | 53 | #include "xterm.h" |
| 54 | #elif defined (MAC_OS) | ||
| 55 | #include "macterm.h" | ||
| 56 | #endif | ||
| 53 | #endif | 57 | #endif |
| 54 | 58 | ||
| 55 | #ifndef NULL | 59 | #ifndef NULL |