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/tests.c | |
| parent | 379b0712783c6e1dfece5550aee79bf39c1931a6 (diff) | |
Fix _GNU_SOURCE not being defined
Diffstat (limited to 'src/tests.c')
| -rw-r--r-- | src/tests.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tests.c b/src/tests.c index 882fdc2..2b98b3d 100644 --- a/src/tests.c +++ b/src/tests.c | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | #define _GNU_SOURCE | 1 | #define _GNU_SOURCE 1 |
| 2 | 2 | ||
| 3 | #include "shared.c" | 3 | #include "shared.c" |
| 4 | #include "encryption.c" | 4 | #include "encryption.c" |
