From f9d11c0be6075aa62c940b9eabcb3457fc024a5e Mon Sep 17 00:00:00 2001 From: Elijah Newren Date: Fri, 13 Jan 2006 21:36:10 +0000 Subject: [PATCH] Patch from Damien Carbery. Fixes #326746. 2006-01-13 Elijah Newren Patch from Damien Carbery. Fixes #326746. * src/util.c: explicitly #include Xlib.h to fix a compilation issue on Solaris. --- ChangeLog | 7 +++++++ src/util.c | 1 + 2 files changed, 8 insertions(+) diff --git a/ChangeLog b/ChangeLog index d261cd751..6a016b8be 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2006-01-13 Elijah Newren + + Patch from Damien Carbery. Fixes #326746. + + * src/util.c: explicitly #include Xlib.h to fix a compilation + issue on Solaris. + Fri Jan 13 14:40:19 2006 Søren Sandmann * configure.in: Add a dependency on libcm when building with diff --git a/src/util.c b/src/util.c index a7d03ea85..e55415821 100644 --- a/src/util.c +++ b/src/util.c @@ -29,6 +29,7 @@ #include #include #include +#include /* must explicitly be included for Solaris; #326746 */ #include /* Just for the definition of the various gravities */ #ifdef HAVE_BACKTRACE