diff options
author | Thomas E. Dickey <dickey@invisible-island.net> | 2020-06-21 09:47:58 -0400 |
---|---|---|
committer | Thomas E. Dickey <dickey@invisible-island.net> | 2020-06-21 09:47:58 -0400 |
commit | ebaf16b08d739e798b36a0bc2ff139d068612d4d (patch) | |
tree | 663a8e166fa5954c4aaff6efc28a5eecb43b05ad /src/menus.h | |
parent | 68703413c5d6d800f0f79d08ad51a86dc53713ce (diff) |
include twm.h in header files which rely upon its definitions
Signed-off-by: Thomas E. Dickey <dickey@invisible-island.net>
Diffstat (limited to 'src/menus.h')
-rw-r--r-- | src/menus.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/menus.h b/src/menus.h index de0629c..0692a27 100644 --- a/src/menus.h +++ b/src/menus.h @@ -60,6 +60,8 @@ in this Software without prior written authorization from The Open Group. #ifndef _MENUS_ #define _MENUS_ +#include "twm.h" + #define TWM_ROOT "bLoB_GoOp" /* my private root menu */ #define TWM_WINDOWS "TwmWindows" /* for f.menu "TwmWindows" */ |