diff options
| author | @syxhe <https://t.me/syxhe> | 2025-10-21 13:42:46 -0500 |
|---|---|---|
| committer | @syxhe <https://t.me/syxhe> | 2025-10-21 13:42:46 -0500 |
| commit | 65c39faa76cb7a711b21e1e54b9e0aa1410e997c (patch) | |
| tree | 68375fb5d2ca61d6b1cc0655e3db6a909b020526 /src/main.c | |
| parent | 379b0712783c6e1dfece5550aee79bf39c1931a6 (diff) | |
Fix _GNU_SOURCE not being defined
Diffstat (limited to 'src/main.c')
| -rwxr-xr-x | src/main.c | 2 |
1 files changed, 2 insertions, 0 deletions
| @@ -9,6 +9,8 @@ | |||
| 9 | * | 9 | * |
| 10 | */ | 10 | */ |
| 11 | 11 | ||
| 12 | #define _GNU_SOURCE 1 | ||
| 13 | |||
| 12 | #include "shared.c" | 14 | #include "shared.c" |
| 13 | #include "encryption.c" | 15 | #include "encryption.c" |
| 14 | #include "threadpool.c" | 16 | #include "threadpool.c" |
