diff options
author | Ben Byer <bbyer@bbyer.(none)> | 2007-02-17 00:22:39 -0800 |
---|---|---|
committer | Ben Byer <bbyer@bbyer.(none)> | 2007-02-17 00:22:39 -0800 |
commit | 93777c7b96e560da087963040e372aecbfca7bbc (patch) | |
tree | 82f7d7cf4863646b5ef7e8d1250c110997c8d2d5 /hw/darwin/quartz/quartzCursor.c | |
parent | 612144c811fdf06b7c03cf48a321388fe411acd4 (diff) |
more patches to make the Quartz part of XDarwin work again
(thanks Peter and Torrey!)
Diffstat (limited to 'hw/darwin/quartz/quartzCursor.c')
-rw-r--r-- | hw/darwin/quartz/quartzCursor.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/hw/darwin/quartz/quartzCursor.c b/hw/darwin/quartz/quartzCursor.c index e2333e2ea..1e618e37d 100644 --- a/hw/darwin/quartz/quartzCursor.c +++ b/hw/darwin/quartz/quartzCursor.c @@ -30,6 +30,9 @@ * use or other dealings in this Software without prior written authorization. */ +#ifdef HAVE_XORG_CONFIG_H +#include <xorg-config.h> +#endif #include "quartzCommon.h" #include "quartzCursor.h" #include "darwin.h" |