From d7eb5a954115ed3defcbc89a40ad66b3c353dc90 Mon Sep 17 00:00:00 2001 From: Alan Coopersmith Date: Thu, 7 Nov 2013 12:52:13 -0800 Subject: avoid conflicts with Solaris #define of CS Signed-off-by: Alan Coopersmith --- x11.h | 1 + 1 file changed, 1 insertion(+) diff --git a/x11.h b/x11.h index b9ac221..3004362 100644 --- a/x11.h +++ b/x11.h @@ -523,6 +523,7 @@ struct ConnState { long SequenceNumber; }; +#undef CS /* avoid conflicts with Solaris #define of CS */ extern struct ConnState *CS; typedef struct _Value { -- cgit v1.2.1