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