LibC: Include stdint.h instead of inttypes.h in network headers

This commit is contained in:
Bananymous 2025-08-05 03:03:17 +03:00
parent 8e9c40caa4
commit 8c598a6902
2 changed files with 1 additions and 2 deletions

View File

@ -5,7 +5,7 @@
__BEGIN_DECLS __BEGIN_DECLS
#include <inttypes.h> #include <stdint.h>
#define INET_ADDRSTRLEN 16 #define INET_ADDRSTRLEN 16
#define INET6_ADDRSTRLEN 46 #define INET6_ADDRSTRLEN 46

View File

@ -9,7 +9,6 @@ __BEGIN_DECLS
#include <netinet/in.h> #include <netinet/in.h>
#include <sys/socket.h> #include <sys/socket.h>
#include <inttypes.h>
#define IPPORT_RESERVED 1024 #define IPPORT_RESERVED 1024