summaryrefslogtreecommitdiff
path: root/XI.h
diff options
context:
space:
mode:
authorJesse Barnes <jesse.barnes@intel.com>2008-01-21 15:28:49 -0800
committerJesse Barnes <jesse.barnes@intel.com>2008-01-21 15:28:49 -0800
commit096b20bf5492d248b5c8ff0c1c28e221d59db724 (patch)
tree8aa4cdd3626eda5adcd9e7201bea5567e0ac1769 /XI.h
parent9359e625787761e6b3df15f29bbf842c67a9516d (diff)
downloadxorg-proto-inputproto-096b20bf5492d248b5c8ff0c1c28e221d59db724.tar.gz
Use Xmd.h instead of X.h to pull in CARD32 definition
On 64 bit hosts, CARD32 may be undefined unless we use Xmd.h to define it for us. Apparently X.h is no longer sufficient.
Diffstat (limited to 'XI.h')
-rw-r--r--XI.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/XI.h b/XI.h
index 0bfefcc..fe4981a 100644
--- a/XI.h
+++ b/XI.h
@@ -52,7 +52,7 @@ SOFTWARE.
#ifndef _XI_H_
#define _XI_H_
-#include <X11/X.h> /* CARD32 */
+#include <X11/Xmd.h> /* CARD32 */
#define sz_xGetExtensionVersionReq 8
#define sz_xGetExtensionVersionReply 32