Added #include to fix compiler warning on Mac OS X.

This commit is contained in:
Ryan C. Gordon 2008-06-09 00:04:45 +00:00
parent a7b854d65f
commit a665d822d8
1 changed files with 1 additions and 0 deletions

View File

@ -42,6 +42,7 @@ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
#endif #endif
#ifdef MACOS_X_ACCELERATION_HACK #ifdef MACOS_X_ACCELERATION_HACK
#include <IOKit/hidsystem/IOTypes.h>
#include <IOKit/hidsystem/IOHIDLib.h> #include <IOKit/hidsystem/IOHIDLib.h>
#include <IOKit/hidsystem/IOHIDParameter.h> #include <IOKit/hidsystem/IOHIDParameter.h>
#include <IOKit/hidsystem/event_status_driver.h> #include <IOKit/hidsystem/event_status_driver.h>