y_socket: resolve header and makefile issues

This commit is contained in:
2025-09-02 22:37:27 +02:00
parent c1b52ca658
commit 9649d317a6
4 changed files with 10 additions and 3 deletions
@@ -12,5 +12,7 @@ struct arg_send_file{
};
void* y_socket_send_file_for_all_nodes(void* arg);
void receve_from_node(struct pollfd *fds, char *msg, size_t count);
#endif /*Y_FILE_HANDLER_T_H__C*/
@@ -23,6 +23,7 @@
#include <string.h>
#include "y_socket_t/y_node_t.h"
#include "y_socket_t/y_file_handler.h"
#include "y_worker_t/y_worker_t.h"
#include "y_worker_t/y_task_t.h"