summaryrefslogtreecommitdiff
path: root/src/main.c
diff options
context:
space:
mode:
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"