Fix C89_BUILD

This commit is contained in:
twinaphex 2016-09-11 16:43:28 +02:00
parent 7290c7e3c2
commit 6d7602d47f
2 changed files with 2 additions and 1 deletions

View File

@ -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

View File

@ -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