diff options
author | zakk <zakk@edf5b092-35ff-0310-97b2-ce42778d08ea> | 2005-09-03 18:30:59 +0000 |
---|---|---|
committer | zakk <zakk@edf5b092-35ff-0310-97b2-ce42778d08ea> | 2005-09-03 18:30:59 +0000 |
commit | fdb391725e8789ec6da102c0ef8f7b235fe0e0e3 (patch) | |
tree | c26a9059301b5c749292213134d78367f702323f /code/macosx | |
parent | 64d3885c6735f1cfa6eb84eb96f566ce957dd6a0 (diff) | |
download | ioquake3-aero-fdb391725e8789ec6da102c0ef8f7b235fe0e0e3.tar.gz ioquake3-aero-fdb391725e8789ec6da102c0ef8f7b235fe0e0e3.zip |
https://bugzilla.icculus.org/show_bug.cgi?id=2361
git-svn-id: svn://svn.icculus.org/quake3/trunk@74 edf5b092-35ff-0310-97b2-ce42778d08ea
Diffstat (limited to 'code/macosx')
-rw-r--r-- | code/macosx/macosx_input.m | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/code/macosx/macosx_input.m b/code/macosx/macosx_input.m index b9f921b..3f29ec1 100644 --- a/code/macosx/macosx_input.m +++ b/code/macosx/macosx_input.m @@ -32,7 +32,7 @@ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA #import "macosx_timers.h" #import "macosx_display.h" // For Sys_SetScreenFade -#import <drivers/event_status_driver.h> +#import <IOKit/hidsystem/event_status_driver.h> #import <sys/types.h> #import <sys/time.h> #import <unistd.h> |