diff options
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 |