From: Milan Čermák <[email protected]> The header 'Xarch' is not part of the standard, it is an internal header that is already included by the other headers; furthermore it is not needed directly by the code in wmspec.c.
As it breaks compilation on some platforms (namely Solaris 10), its call is removed. Signed-off-by: Christophe CURIS <[email protected]> --- src/wmspec.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/wmspec.c b/src/wmspec.c index 2e10bc0..6b33c32 100644 --- a/src/wmspec.c +++ b/src/wmspec.c @@ -32,7 +32,6 @@ #include <X11/Xlib.h> #include <X11/Xatom.h> -#include <X11/Xarch.h> #include <string.h> #include <WINGs/WUtil.h> -- 2.1.1 -- To unsubscribe, send mail to [email protected].
