From e75f15cb915cad80baffc878666b660031c67d4b Mon Sep 17 00:00:00 2001 From: Themaister Date: Tue, 17 Jun 2014 17:58:58 +0200 Subject: [PATCH] Fix Android build. --- android/phoenix/jni/apk-extract/apk-extract.c | 2 ++ frontend/info/core_info.h | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/android/phoenix/jni/apk-extract/apk-extract.c b/android/phoenix/jni/apk-extract/apk-extract.c index 626e146841..7c3cc7516d 100644 --- a/android/phoenix/jni/apk-extract/apk-extract.c +++ b/android/phoenix/jni/apk-extract/apk-extract.c @@ -2,6 +2,8 @@ #include "file.h" #include +#include +#include "miscellaneous.h" #include "../native/com_retroarch_browser_NativeInterface.h" //#define VERBOSE_LOG diff --git a/frontend/info/core_info.h b/frontend/info/core_info.h index abe7e6df6d..fef2123e89 100644 --- a/frontend/info/core_info.h +++ b/frontend/info/core_info.h @@ -65,7 +65,7 @@ void core_info_list_free(core_info_list_t *list); size_t core_info_list_num_info_files(core_info_list_t *list); bool core_info_does_support_file(const core_info_t *info, const char *path); -bool core_info_does_support_any_file(const core_info_t *info, const core_info_list_t *list); +bool core_info_does_support_any_file(const core_info_t *info, const struct string_list *list); // Non-reentrant, does not allocate. Returns pointer to internal state. void core_info_list_get_supported_cores(core_info_list_t *list, const char *path,