From 0e9da37619e1ad421d0d0efd9911087d37150c7a Mon Sep 17 00:00:00 2001 From: H.G.Muller Date: Sat, 27 Feb 2016 21:59:52 +0100 Subject: [PATCH] Fix bug #45599 (inclusion of keysym.h in Xaw) --- xaw/xboard.c | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/xaw/xboard.c b/xaw/xboard.c index 79ffd02..251cec1 100644 --- a/xaw/xboard.c +++ b/xaw/xboard.c @@ -148,6 +148,7 @@ extern char *getenv(); #include #endif +#include #include #include #include -- 1.7.0.4