(iohidmanager_hid.c) Fix header dependencies
This commit is contained in:
parent
5dee9838c4
commit
e88fff9985
|
@ -17,9 +17,12 @@
|
||||||
#include <IOKit/hid/IOHIDManager.h>
|
#include <IOKit/hid/IOHIDManager.h>
|
||||||
#include <IOKit/hid/IOHIDKeys.h>
|
#include <IOKit/hid/IOHIDKeys.h>
|
||||||
|
|
||||||
|
#include <retro_log.h>
|
||||||
|
|
||||||
#include "../connect/joypad_connection.h"
|
#include "../connect/joypad_connection.h"
|
||||||
#include "../input_autodetect.h"
|
#include "../input_autodetect.h"
|
||||||
#include "../input_hid_driver.h"
|
#include "../input_hid_driver.h"
|
||||||
|
#include "../../configuration.h"
|
||||||
|
|
||||||
typedef struct apple_hid
|
typedef struct apple_hid
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue