summaryrefslogtreecommitdiff
path: root/src/util.c
diff options
context:
space:
mode:
authorThomas E. Dickey <dickey@invisible-island.net>2024-03-05 03:43:57 -0500
committerThomas E. Dickey <dickey@invisible-island.net>2024-03-05 05:33:20 -0500
commit4b01408715cd10e3bf02eb1e87531917a09c2645 (patch)
treebd2467334f2da3812b5b9471ee18fff33af0054b /src/util.c
parent365a94b62df6144ad016e587f3756d974b6e2018 (diff)
include "gram.h" only from "parse.h"
all of the users of (generated) gram.h rely upon (custom) parse.h, and the order of those headers affects portability. Signed-off-by: Thomas E. Dickey <dickey@invisible-island.net>
Diffstat (limited to 'src/util.c')
-rw-r--r--src/util.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/util.c b/src/util.c
index 5671fad..9a04ac1 100644
--- a/src/util.c
+++ b/src/util.c
@@ -59,7 +59,7 @@ in this Software without prior written authorization from The Open Group.
#include "twm.h"
#include "util.h"
-#include "gram.h"
+#include "parse.h"
#include "screen.h"
#include <X11/Xos.h>
#include <X11/Xatom.h>