diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/fns.c | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -39,7 +39,7 @@ Boston, MA 02111-1307, USA. */ | |||
| 39 | #include "intervals.h" | 39 | #include "intervals.h" |
| 40 | #include "frame.h" | 40 | #include "frame.h" |
| 41 | #include "window.h" | 41 | #include "window.h" |
| 42 | #if defined (HAVE_MENUS) && defined (HAVE_WINDOW_SYSTEM) | 42 | #if defined (HAVE_MENUS) && defined (HAVE_X_WINDOWS) |
| 43 | #include "xterm.h" | 43 | #include "xterm.h" |
| 44 | #endif | 44 | #endif |
| 45 | 45 | ||