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/util.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/util.h') diff --git a/src/util.h b/src/util.h index 195432c..448ed4d 100644 --- a/src/util.h +++ b/src/util.h @@ -60,6 +60,8 @@ in this Software without prior written authorization from The Open Group. #ifndef _UTIL_ #define _UTIL_ +#include "twm.h" + extern void MoveOutline(Window root, int x, int y, int width, int height, int bw, int th); extern void Zoom(Window wf, Window wt); -- cgit v1.2.3