From cfdf720614ae9d8eae8d3cac69e90b7c0ecf2549 Mon Sep 17 00:00:00 2001 From: Twinaphex Date: Sat, 4 Oct 2014 16:55:12 +0200 Subject: [PATCH] (iOS) Get rid of implicit declaration warning --- input/apple_joypad_ios.c | 1 + 1 file changed, 1 insertion(+) diff --git a/input/apple_joypad_ios.c b/input/apple_joypad_ios.c index bbd62bf173..55539d00e0 100644 --- a/input/apple_joypad_ios.c +++ b/input/apple_joypad_ios.c @@ -21,6 +21,7 @@ #include "../apple/iOS/bluetooth/btdynamic.c" #include "../apple/iOS/bluetooth/btpad.c" #include "../apple/iOS/bluetooth/btpad_queue.c" +#include "../apple/common/apple_gamecontroller.h" #include "wiimote.c" #include "apple_joypad_ps3.c"