[android] use relative path for includes

This commit is contained in:
retro-wertz
2017-08-30 04:19:09 +08:00
parent c3ab3696f8
commit c38e47dc4e
2 changed files with 2 additions and 2 deletions

View File

@@ -26,7 +26,7 @@
#include <stdint.h>
#include <stddef.h>
#include <retro_common_api.h>
#include "../retro_common_api.h"
RETRO_BEGIN_DECLS