summaryrefslogtreecommitdiff
path: root/src/main.c
diff options
context:
space:
mode:
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
commit65c39faa76cb7a711b21e1e54b9e0aa1410e997c (patch)
tree68375fb5d2ca61d6b1cc0655e3db6a909b020526 /src/main.c
parent379b0712783c6e1dfece5550aee79bf39c1931a6 (diff)
Fix _GNU_SOURCE not being defined
Diffstat (limited to 'src/main.c')
-rwxr-xr-xsrc/main.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/main.c b/src/main.c
index b5b4a5f..c9cc873 100755
--- a/src/main.c
+++ b/src/main.c
@@ -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"