From 6d7602d47fc1bd0c5878104dc5c18ffb7bff42f8 Mon Sep 17 00:00:00 2001 From: twinaphex Date: Sun, 11 Sep 2016 16:43:28 +0200 Subject: [PATCH] Fix C89_BUILD --- gfx/drivers_context/x_ctx.c | 1 + menu/menu_popup.h | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/gfx/drivers_context/x_ctx.c b/gfx/drivers_context/x_ctx.c index 656301cf33..30ad512fda 100644 --- a/gfx/drivers_context/x_ctx.c +++ b/gfx/drivers_context/x_ctx.c @@ -15,6 +15,7 @@ */ #include +#include #include #ifdef HAVE_CONFIG_H diff --git a/menu/menu_popup.h b/menu/menu_popup.h index 595eaf791c..f766332975 100644 --- a/menu/menu_popup.h +++ b/menu/menu_popup.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