diff options
| author | @syxhe <https://t.me/syxhe> | 2025-10-20 18:22:15 -0500 |
|---|---|---|
| committer | @syxhe <https://t.me/syxhe> | 2025-10-20 18:22:15 -0500 |
| commit | 40bf034f6e5fdb261ebb9781fdde7a12ff402eda (patch) | |
| tree | 6105c44219de41ea0e2805317558a4aa28aa3a39 /src/main.c | |
| parent | 33647dd2c4f4af7c7cb7d99c1a6dac7f1d059a67 (diff) | |
Make make work again
Diffstat (limited to 'src/main.c')
| -rwxr-xr-x | src/main.c | 10 |
1 files changed, 5 insertions, 5 deletions
| @@ -4,14 +4,14 @@ | |||
| 4 | * @brief Putting everything together | 4 | * @brief Putting everything together |
| 5 | * @version 0.1 | 5 | * @version 0.1 |
| 6 | * @date 2025-06-09 | 6 | * @date 2025-06-09 |
| 7 | * | 7 | * |
| 8 | * @copyright Copyright (c) 2025 | 8 | * @copyright Copyright (c) 2025 |
| 9 | * | 9 | * |
| 10 | */ | 10 | */ |
| 11 | 11 | ||
| 12 | #include "shared.h" | 12 | #include "shared.c" |
| 13 | #include "encryption.h" | 13 | #include "encryption.c" |
| 14 | #include "threadpool.h" | 14 | #include "threadpool.c" |
| 15 | 15 | ||
| 16 | #include <errno.h> | 16 | #include <errno.h> |
| 17 | #include <error.h> | 17 | #include <error.h> |
