diff options
author | Ben Byer <bbyer@apple.com> | 2007-02-17 03:47:42 -0800 |
---|---|---|
committer | Ben Byer <bbyer@apple.com> | 2007-02-17 03:47:42 -0800 |
commit | d287b76471f66c9aea54f969d050b35643cb2501 (patch) | |
tree | bcfb8700c8f817a0f72dc17e02bd514ecef64ca3 /hw/darwin/quartz/xpr/xprCursor.c | |
parent | 81444486be4f182dde778bac6f7edcbfc4368482 (diff) |
cleaned up some linking ugliness in hw/darwin/quartz
Diffstat (limited to 'hw/darwin/quartz/xpr/xprCursor.c')
-rw-r--r-- | hw/darwin/quartz/xpr/xprCursor.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/darwin/quartz/xpr/xprCursor.c b/hw/darwin/quartz/xpr/xprCursor.c index 71a4277a4..e7f23b78b 100644 --- a/hw/darwin/quartz/xpr/xprCursor.c +++ b/hw/darwin/quartz/xpr/xprCursor.c @@ -33,7 +33,7 @@ #ifdef HAVE_XORG_CONFIG_H #include <xorg-config.h> #endif -#include "quartzCommon.h" +#include "quartz/quartzCommon.h" #include "xpr.h" #include "darwin.h" #include "Xplugin.h" |