diff options
author | Ben Byer <bbyer@bbyer.local> | 2007-09-05 04:40:03 -0700 |
---|---|---|
committer | Ben Byer <bbyer@bbyer.local> | 2007-09-05 04:40:03 -0700 |
commit | b6c0697fd67323893a9ad3676c33f2f1ec48e15e (patch) | |
tree | 0444c277750c9337aeb708a8f98edc3a59acc840 /hw/darwin/iokit/xfIOKit.c | |
parent | 136fde2c7b5ed590bc6c63d11ede31e92dc679a2 (diff) |
fixed path for event_status_driver.h
(The path currently used is deprecated on Tiger and invalid on Leopard.)
Diffstat (limited to 'hw/darwin/iokit/xfIOKit.c')
-rw-r--r-- | hw/darwin/iokit/xfIOKit.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/darwin/iokit/xfIOKit.c b/hw/darwin/iokit/xfIOKit.c index c7ebd1c18..9de33c064 100644 --- a/hw/darwin/iokit/xfIOKit.c +++ b/hw/darwin/iokit/xfIOKit.c @@ -62,8 +62,8 @@ #define NO_CFPLUGIN #include <IOKit/IOKitLib.h> #include <IOKit/hidsystem/IOHIDShared.h> +#include <IOKit/hidsystem/event_status_driver.h> #include <IOKit/graphics/IOGraphicsLib.h> -#include <drivers/event_status_driver.h> // Define this to work around bugs in the display drivers for // older PowerBook G3's. If the X server starts without this |