diff options
author | Jeremy Huddleston <jeremyhu@freedesktop.org> | 2008-10-31 18:58:57 -0700 |
---|---|---|
committer | Jeremy Huddleston <jeremyhu@freedesktop.org> | 2008-10-31 19:03:38 -0700 |
commit | c5086badf0387d4d5af10882de90a1faa180550f (patch) | |
tree | 06f0a9ab1fe6b0071e83a27d757b3b05ebd831af /hw/xquartz/xpr/xprCursor.c | |
parent | 20239a4deebccc9f86586ef6b8ef61311a6fa6a0 (diff) |
XQuartz: LP64 related casting fixes from Bob Murphy
(cherry picked from commit ea71710aaa7166ab510abe70f2dc47942de0ead7)
Diffstat (limited to 'hw/xquartz/xpr/xprCursor.c')
-rw-r--r-- | hw/xquartz/xpr/xprCursor.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/hw/xquartz/xpr/xprCursor.c b/hw/xquartz/xpr/xprCursor.c index 9c131fbf8..6d1ca07ad 100644 --- a/hw/xquartz/xpr/xprCursor.c +++ b/hw/xquartz/xpr/xprCursor.c @@ -49,6 +49,7 @@ #include "globals.h" #include "servermd.h" #include "dixevents.h" +#include "x-hash.h" typedef struct { int cursorVisible; |