From 514c8a71db8d9800a179cc447bf3ac857bdb0982 Mon Sep 17 00:00:00 2001 From: bradleyhughes Date: Wed, 22 Oct 2003 15:51:29 +0000 Subject: [PATCH] need to include X11/Xatom.h --- util/bsetroot.cc | 1 + 1 file changed, 1 insertion(+) diff --git a/util/bsetroot.cc b/util/bsetroot.cc index 02ac0131..d7e86a82 100644 --- a/util/bsetroot.cc +++ b/util/bsetroot.cc @@ -27,6 +27,7 @@ #endif // HAVE_CONFIG_H extern "C" { +#include #include }