summaryrefslogtreecommitdiff
path: root/x11.h
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@oracle.com>2013-11-07 12:52:13 -0800
committerAlan Coopersmith <alan.coopersmith@oracle.com>2013-11-07 12:52:13 -0800
commitd7eb5a954115ed3defcbc89a40ad66b3c353dc90 (patch)
tree5159878c0bed4d12e77d0679b1424afa80a425f2 /x11.h
parent53b0bb04aaa996992220145b4a90a8318a399233 (diff)
downloadxscope-d7eb5a954115ed3defcbc89a40ad66b3c353dc90.tar.gz
avoid conflicts with Solaris <sys/regset.h> #define of CS
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
Diffstat (limited to 'x11.h')
-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 {