diff options
author | Jesse Barnes <jesse.barnes@intel.com> | 2008-01-21 15:28:49 -0800 |
---|---|---|
committer | Jesse Barnes <jesse.barnes@intel.com> | 2008-01-21 15:28:49 -0800 |
commit | 096b20bf5492d248b5c8ff0c1c28e221d59db724 (patch) | |
tree | 8aa4cdd3626eda5adcd9e7201bea5567e0ac1769 /XI.h | |
parent | 9359e625787761e6b3df15f29bbf842c67a9516d (diff) |
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.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |