diff options
Diffstat (limited to 'code')
-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> |