Fix C89_BUILD
This commit is contained in:
parent
7290c7e3c2
commit
6d7602d47f
|
@ -15,6 +15,7 @@
|
|||
*/
|
||||
|
||||
#include <stdint.h>
|
||||
#include <stdlib.h>
|
||||
#include <signal.h>
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
|
|
|
@ -41,7 +41,7 @@ enum menu_popup_type
|
|||
MENU_POPUP_QUESTION,
|
||||
MENU_POPUP_WARNING,
|
||||
MENU_POPUP_ERROR,
|
||||
MENU_POPUP_LAST,
|
||||
MENU_POPUP_LAST
|
||||
};
|
||||
|
||||
RETRO_BEGIN_DECLS
|
||||
|
|
Loading…
Reference in New Issue