summaryrefslogtreecommitdiff
path: root/XI.h
diff options
context:
space:
mode:
authorEamon Walsh <ewalsh@tycho.nsa.gov>2007-09-27 12:27:19 -0400
committerEamon Walsh <ewalsh@moss-charon.epoch.ncsc.mil>2007-09-27 12:27:19 -0400
commit4b22047f347d8fd65a36b2fc90e1a87dff8e93e3 (patch)
treee393a63a5a3526bda5f5f712582411978e1ceea2 /XI.h
parentf033750780b74d72056da93fd9a91140a978891b (diff)
XI.h needs X.h for CARD32 on 64-bit systems.
Diffstat (limited to 'XI.h')
-rw-r--r--XI.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/XI.h b/XI.h
index ae52292..0bfefcc 100644
--- a/XI.h
+++ b/XI.h
@@ -50,9 +50,10 @@ SOFTWARE.
/* Definitions used by the server, library and client */
#ifndef _XI_H_
-
#define _XI_H_
+#include <X11/X.h> /* CARD32 */
+
#define sz_xGetExtensionVersionReq 8
#define sz_xGetExtensionVersionReply 32
#define sz_xListInputDevicesReq 4