diff --git a/source/src/main.cpp b/source/src/main.cpp index 21b8f9c..65ac0cd 100644 --- a/source/src/main.cpp +++ b/source/src/main.cpp @@ -24,6 +24,10 @@ #define ftell _ftelli64 #endif +#ifdef __linux +#include +#endif + #define _LARGEFILE64_SOURCE #define _FILE_OFFSET_BITS 64 @@ -1779,4 +1783,4 @@ if((strstr(argv[1], ".rap")) || (strstr(argv[1], ".RAP"))) getchar(); getchar(); return -1; -} \ No newline at end of file +}