--- a/src/client.c Mon Jun 02 19:32:37 2025 +0200 +++ b/src/client.c Mon Jun 02 19:40:24 2025 +0200 @@ -27,10 +27,12 @@ * */ -#include "terminal-chess.h" #include "input.h" #include "game.h" +#include "network.h" +#include "chess/pgn.h" #include <ncurses.h> +#include <stdlib.h> static int client_connect(Server *server, char *host, char *port) { if (net_find(server, host, port)) {