--- a/src/server.c Mon Jun 02 19:32:37 2025 +0200 +++ b/src/server.c Mon Jun 02 19:40:24 2025 +0200 @@ -27,11 +27,14 @@ * */ -#include "terminal-chess.h" +#include "network.h" #include "game.h" +#include "chess/game-info.h" +#include "chess/pgn.h" #include <ncurses.h> #include <errno.h> #include <string.h> +#include <stdlib.h> static int server_open(Server *server, char *port) { printw("\nListening for client...\n");