diff options
author | Your Name <admin@zero.net> | 2025-04-30 11:58:50 +0200 |
---|---|---|
committer | Your Name <admin@zero.net> | 2025-04-30 11:58:50 +0200 |
commit | 2fa1a0f5663ee76287010e2f24a12594931d049d (patch) | |
tree | 2ecd2074bb8f47c3e49807a1419edbd9cc7f477b /client.c | |
parent | 0efd01a956e0f524f3c084548b314f40f6831441 (diff) |
split the project into sub modules and fixed minor errors
Diffstat (limited to 'client.c')
-rw-r--r-- | client.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -5,7 +5,7 @@ #include <unistd.h> #include <pthread.h> #include <arpa/inet.h> - +#include <stdlib.h> extern client_t *clients[]; extern pthread_mutex_t clients_mutex; |