--- a/src/network.c Sat Aug 22 16:22:05 2026 +0200
+++ b/src/network.c Sun Aug 23 11:38:27 2026 +0200
@@ -33,6 +33,7 @@
#include <unistd.h>
#include <sys/un.h>
#include <sys/stat.h>
+#include <netdb.h>
#include "network.h"
int net_create_tcp(Server *server, short port) {