diff options
| author | ame <[email protected]> | 2025-07-28 20:45:37 -0500 |
|---|---|---|
| committer | ame <[email protected]> | 2025-07-28 20:45:37 -0500 |
| commit | 2df184d11bed4482a9454e811ab937e67ded2760 (patch) | |
| tree | dd032c1e850edf20bb443f0e97bfe0570fd2dddf /src/table.c | |
| parent | ed2dd6874a905769c5cfc080333ab0b12f9a9fe8 (diff) | |
define _gnu_source, fixes long address returns from memmem
Diffstat (limited to 'src/table.c')
| -rw-r--r-- | src/table.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/table.c b/src/table.c index 418da3a..9caca0b 100644 --- a/src/table.c +++ b/src/table.c @@ -1,5 +1,6 @@ #include "table.h" #include <stdlib.h> +#define _GNU_SOURCE #include <string.h> #include <stdint.h> |
