summaryrefslogtreecommitdiff
path: root/base.h
diff options
context:
space:
mode:
authorpommicket <pommicket@gmail.com>2023-09-24 09:59:46 -0400
committerpommicket <pommicket@gmail.com>2023-09-24 09:59:46 -0400
commitbf00aba72e89d4005c8a3b405bffa4c0a11d9c96 (patch)
tree85f9002046b6013126e8f10c5f9fda16d2184cfd /base.h
parent4d247b00b04ad143ab6a0da4b94bebeb5be7320d (diff)
fix escaped quotes in strings
Diffstat (limited to 'base.h')
-rw-r--r--base.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/base.h b/base.h
index da01fdc..cf20670 100644
--- a/base.h
+++ b/base.h
@@ -9,6 +9,7 @@
#ifndef DEBUG
#define NDEBUG 1
#endif
+#define _FILE_OFFSET_BITS 64
#ifndef _GNU_SOURCE
#define _GNU_SOURCE