summaryrefslogtreecommitdiff
path: root/src/utils/physfstools.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/utils/physfstools.cpp')
-rw-r--r--src/utils/physfstools.cpp4
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;