summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJaakko Keränen <jaakko.keranen@iki.fi>2021-12-23 14:18:57 +0200
committerJaakko Keränen <jaakko.keranen@iki.fi>2021-12-27 13:26:18 +0200
commit50519588fabb404c7494b1e7934795af15cb8c00 (patch)
tree88f1de727aba812836c9e1e69271041037480547
parent9d409b24cc23f6b58ca868375e65101ae75b593f (diff)
Android: Added missing header
-rw-r--r--src/resources.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/resources.c b/src/resources.c
index e3d92946..80af4b4b 100644
--- a/src/resources.c
+++ b/src/resources.c
@@ -25,6 +25,8 @@ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */
25#include <the_Foundation/archive.h> 25#include <the_Foundation/archive.h>
26#include <the_Foundation/version.h> 26#include <the_Foundation/version.h>
27 27
28#include <SDL_rwops.h>
29
28static iArchive *archive_; 30static iArchive *archive_;
29 31
30iBlock blobAbout_Resources; 32iBlock blobAbout_Resources;