CRC32: #define __USE_LARGEFILE64, because it's apparently needed for the off64_t type.

This commit is contained in:
OBattler
2025-07-24 18:10:56 +02:00
parent 3f82c150dc
commit 161e726819

View File

@@ -21,6 +21,8 @@
*/
#include <stdint.h>
#include <stdlib.h>
#define __USE_LARGEFILE64
#include <sys/types.h>
#ifdef MAKECRCH