summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--x11.h1
1 files changed, 1 insertions, 0 deletions
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 <sys/regset.h> #define of CS */
extern struct ConnState *CS;
typedef struct _Value {