Browse Source

support for big files (stat)

Wolfgang Ortmann 7 years ago
parent
commit
54a4e29791
1 changed files with 1 additions and 0 deletions
  1. 1 0
      src/filetools.cpp

+ 1 - 0
src/filetools.cpp

@@ -1,3 +1,4 @@
+#define _FILE_OFFSET_BITS 64
 #include <stdio.h>
 #include <stdio.h>
 #include <sys/file.h>
 #include <sys/file.h>
 #include <sys/stat.h>
 #include <sys/stat.h>