mirror of
https://github.com/CTCaer/RetroArch.git
synced 2025-02-04 10:36:50 +00:00
Fix C89_BUILD
This commit is contained in:
parent
7290c7e3c2
commit
6d7602d47f
@ -15,6 +15,7 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
#include <stdint.h>
|
#include <stdint.h>
|
||||||
|
#include <stdlib.h>
|
||||||
#include <signal.h>
|
#include <signal.h>
|
||||||
|
|
||||||
#ifdef HAVE_CONFIG_H
|
#ifdef HAVE_CONFIG_H
|
||||||
|
@ -41,7 +41,7 @@ enum menu_popup_type
|
|||||||
MENU_POPUP_QUESTION,
|
MENU_POPUP_QUESTION,
|
||||||
MENU_POPUP_WARNING,
|
MENU_POPUP_WARNING,
|
||||||
MENU_POPUP_ERROR,
|
MENU_POPUP_ERROR,
|
||||||
MENU_POPUP_LAST,
|
MENU_POPUP_LAST
|
||||||
};
|
};
|
||||||
|
|
||||||
RETRO_BEGIN_DECLS
|
RETRO_BEGIN_DECLS
|
||||||
|
Loading…
x
Reference in New Issue
Block a user