diff options
Diffstat (limited to 'backends/platform/iphone/osys_events.cpp')
-rw-r--r-- | backends/platform/iphone/osys_events.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/backends/platform/iphone/osys_events.cpp b/backends/platform/iphone/osys_events.cpp index 95ca25a2d2..617f6b8843 100644 --- a/backends/platform/iphone/osys_events.cpp +++ b/backends/platform/iphone/osys_events.cpp @@ -26,7 +26,7 @@ #include "gui/message.h" #include "common/translation.h" -#include "osys_main.h" +#include "backends/platform/iphone/osys_main.h" static const int kQueuedInputEventDelay = 50; |