diff options
author | Jaakko Keränen <jaakko.keranen@iki.fi> | 2021-12-23 14:18:57 +0200 |
---|---|---|
committer | Jaakko Keränen <jaakko.keranen@iki.fi> | 2021-12-27 13:26:18 +0200 |
commit | 50519588fabb404c7494b1e7934795af15cb8c00 (patch) | |
tree | 88f1de727aba812836c9e1e69271041037480547 | |
parent | 9d409b24cc23f6b58ca868375e65101ae75b593f (diff) |
Android: Added missing header
-rw-r--r-- | src/resources.c | 2 |
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 | |||
28 | static iArchive *archive_; | 30 | static iArchive *archive_; |
29 | 31 | ||
30 | iBlock blobAbout_Resources; | 32 | iBlock blobAbout_Resources; |