From 4212c42c569a57f6360c6098136f193c03968e75 Mon Sep 17 00:00:00 2001 From: twinaphex Date: Sat, 1 Oct 2016 08:14:17 +0200 Subject: [PATCH] Revert "Remove header include from runloop.h" This reverts commit 973ec601f0c2c147b7c9fdee5891f1f195ac621f. --- runloop.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/runloop.h b/runloop.h index b70d925d5f..4e96a8803c 100644 --- a/runloop.h +++ b/runloop.h @@ -17,6 +17,7 @@ #define __RETROARCH_RUNLOOP_H #include +#include #include #ifdef HAVE_CONFIG_H @@ -210,7 +211,6 @@ void runloop_msg_queue_push(const char *msg, unsigned prio, char* runloop_msg_queue_pull(void); bool runloop_is_quit_confirm(void); - void runloop_set_quit_confirm(bool on); bool runloop_ctl(enum runloop_ctl_state state, void *data);