diff options
author | Steven Schubiger <stsc@refcnt.org> | 2015-01-10 23:18:11 +0100 |
---|---|---|
committer | Steven Schubiger <stsc@refcnt.org> | 2015-01-10 23:18:11 +0100 |
commit | e999194ca8d7ac1a00180df5387444bac9d741f6 (patch) | |
tree | 2a89668d0c28f1de7896a5145a07ec632ac2d1d4 /colorize.c | |
parent | 0e7d31b1a793a3bc2c9b4175293795c79951b324 (diff) | |
download | colorize-e999194ca8d7ac1a00180df5387444bac9d741f6.tar.gz colorize-e999194ca8d7ac1a00180df5387444bac9d741f6.tar.bz2 |
Support files larger than 2GB on 32-bit systems
Diffstat (limited to 'colorize.c')
-rw-r--r-- | colorize.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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> |