src/network.c

changeset 196
168a38ae1b2d
parent 194
619f07c95894
--- a/src/network.c	Tue Aug 25 19:42:15 2026 +0200
+++ b/src/network.c	Tue Aug 25 22:25:33 2026 +0200
@@ -34,6 +34,7 @@
 #include <sys/un.h>
 #include <sys/stat.h>
 #include <netdb.h>
+#include <netinet/in.h>
 #include "network.h"
 
 int net_create_tcp(Server *server, short port) {

mercurial