diff --git a/src/modules/system/System.cpp b/src/modules/system/System.cpp index f63b640f2..aa15571ea 100755 --- a/src/modules/system/System.cpp +++ b/src/modules/system/System.cpp @@ -27,7 +27,6 @@ #elif defined(LOVE_IOS) #include "common/ios.h" #elif defined(LOVE_LINUX) || defined(LOVE_ANDROID) -#include #include #include #include @@ -39,6 +38,8 @@ #endif #if defined(LOVE_ANDROID) #include "common/android.h" +#elif defined(LOVE_LINUX) +#include #endif #if defined(LOVE_LINUX)