diff options
author | pommicket <pommicket@gmail.com> | 2023-09-24 09:59:46 -0400 |
---|---|---|
committer | pommicket <pommicket@gmail.com> | 2023-09-24 09:59:46 -0400 |
commit | bf00aba72e89d4005c8a3b405bffa4c0a11d9c96 (patch) | |
tree | 85f9002046b6013126e8f10c5f9fda16d2184cfd /base.h | |
parent | 4d247b00b04ad143ab6a0da4b94bebeb5be7320d (diff) |
fix escaped quotes in strings
Diffstat (limited to 'base.h')
-rw-r--r-- | base.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -9,6 +9,7 @@ #ifndef DEBUG #define NDEBUG 1 #endif +#define _FILE_OFFSET_BITS 64 #ifndef _GNU_SOURCE #define _GNU_SOURCE |