]> git.refcnt.org Git - colorize.git/blobdiff - colorize.c
Support files larger than 2GB on 32-bit systems
[colorize.git] / colorize.c
index 7babb864816adbb7940c7bd1defafb218ce72bda..718b74d6f77b67c8ffaefc7c36307cc21111fbf5 100644 (file)
@@ -21,6 +21,7 @@
 
 #define _BSD_SOURCE
 #define _XOPEN_SOURCE 700
+#define _FILE_OFFSET_BITS 64
 #include <assert.h>
 #include <ctype.h>
 #include <errno.h>