fixed import serverWorker

This commit is contained in:
elvis
2022-04-11 18:40:32 +02:00
parent 31fda57145
commit 79259a15b7

View File

@ -15,6 +15,10 @@
#include <serverWorker.h>
#include <threadpool.h>
#if defined(__linux__)
#include <strsep_gnu.h>
#endif /* __linux__ */
int parser(int len, char *command, queueT *queue, long fd_c, taglia_t* taglia, pthread_mutex_t *lock, waiting_t **waiting);