From ebaf16b08d739e798b36a0bc2ff139d068612d4d Mon Sep 17 00:00:00 2001 From: "Thomas E. Dickey" Date: Sun, 21 Jun 2020 09:47:58 -0400 Subject: include twm.h in header files which rely upon its definitions Signed-off-by: Thomas E. Dickey --- src/menus.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/menus.h') 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" */ -- cgit v1.2.3