Add runloop.h header include to retroarch-joyconfig.c too

This commit is contained in:
twinaphex 2015-03-15 18:30:39 +01:00
parent c410e24d58
commit 0a6c3f23c0

View File

@ -26,6 +26,7 @@
#include "../input/input_common.h" #include "../input/input_common.h"
#include "../input/input_joypad.h" #include "../input/input_joypad.h"
#include "../general.h" #include "../general.h"
#include "../runloop.h"
#include <assert.h> #include <assert.h>
/* Need to be present for build to work, but it's not *really* used. /* Need to be present for build to work, but it's not *really* used.