fixed import serverWorker
This commit is contained in:
@ -15,6 +15,10 @@
|
|||||||
#include <serverWorker.h>
|
#include <serverWorker.h>
|
||||||
#include <threadpool.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);
|
int parser(int len, char *command, queueT *queue, long fd_c, taglia_t* taglia, pthread_mutex_t *lock, waiting_t **waiting);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user