diff options
Diffstat (limited to 'src/utils')
-rw-r--r-- | src/utils/physfstools.cpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/utils/physfstools.cpp b/src/utils/physfstools.cpp index 36131759b..325f7cddc 100644 --- a/src/utils/physfstools.cpp +++ b/src/utils/physfstools.cpp @@ -23,6 +23,10 @@ #include <iostream> #include <unistd.h> +#ifdef ANDROID +#include "utils/paths.h" +#endif + #include "localconsts.h" const char *dirSeparator = nullptr; |