diff options
Diffstat (limited to 'src/menu.c')
| -rw-r--r-- | src/menu.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/menu.c b/src/menu.c index 52c721891f7..e8bc8de1bfc 100644 --- a/src/menu.c +++ b/src/menu.c | |||
| @@ -47,6 +47,7 @@ extern AppendMenuW_Proc unicode_append_menu; | |||
| 47 | 47 | ||
| 48 | #endif /* HAVE_NTGUI */ | 48 | #endif /* HAVE_NTGUI */ |
| 49 | 49 | ||
| 50 | #include "menu.h" | ||
| 50 | 51 | ||
| 51 | /* Define HAVE_BOXES if menus can handle radio and toggle buttons. */ | 52 | /* Define HAVE_BOXES if menus can handle radio and toggle buttons. */ |
| 52 | #if defined (USE_X_TOOLKIT) || defined (USE_GTK) || defined (HAVE_NTGUI) | 53 | #if defined (USE_X_TOOLKIT) || defined (USE_GTK) || defined (HAVE_NTGUI) |