From 8a3654518e66830b0acc5820255239bb09e67003 Mon Sep 17 00:00:00 2001 From: aoyama Date: Thu, 5 Sep 2019 14:03:08 +0000 Subject: [PATCH] Fix gcc3 specific error. The diff is based on latest upstream change. suggested by jsg@, tested on luna88k by me, ok by jsg@ and matthieu@ --- lib/libX11/src/util/makekeys.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/lib/libX11/src/util/makekeys.c b/lib/libX11/src/util/makekeys.c index bcb5b7d59..075633155 100644 --- a/lib/libX11/src/util/makekeys.c +++ b/lib/libX11/src/util/makekeys.c @@ -35,8 +35,10 @@ from The Open Group. #include #include #include +#include +#include -#include "../Xresinternal.h" +typedef uint32_t Signature; #define KTNUM 4000