X-Git-Url: https://git.saurik.com/redis.git/blobdiff_plain/e9a9afd35ef5a44b89771b41b3e66466c5c42be5..520b5a33ae69405e0a2ea2e0bbffc5c0d781ede1:/fmacros.h diff --git a/fmacros.h b/fmacros.h index 7c9b91ae..986776f2 100644 --- a/fmacros.h +++ b/fmacros.h @@ -3,5 +3,7 @@ #define _BSD_SOURCE #define _XOPEN_SOURCE +#define _LARGEFILE_SOURCE +#define _FILE_OFFSET_BITS 64 #endif