LibC: Fix netinet/in.h and arpa/inet.h definitions

This commit is contained in:
2025-05-20 19:08:57 +03:00
parent 6be3b1d7f2
commit ddcf414107
6 changed files with 47 additions and 22 deletions

View File

@@ -2,6 +2,7 @@
#include <arpa/inet.h>
#include <errno.h>
#include <netinet/in.h>
#include <stdio.h>
uint32_t htonl(uint32_t hostlong)