i
Owner: IIIlllIIIllI URL: git@github.com:nyangkosense/i.git
change headers
Commit 69df502807f0c1462455fa25acf7da9c35966d91 by SeMi <sebastian.michalk@protonmail.com> on 2025-06-15 14:30:54 +0200
diff --git a/main.c b/main.c
index ae44f10..401c204 100644
--- a/main.c
+++ b/main.c
@@ -3,9 +3,10 @@
#define _POSIX_C_SOURCE 200809L
-#include <arpa/inet.h>
#include <ifaddrs.h>
#include <locale.h>
+#include <sys/socket.h>
+#include <sys/types.h>
#include <netinet/in.h>
#include <stdio.h>
#include <stdlib.h>