mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-01-05 16:14:38 +00:00
LibC: Add netinet/in.h
This commit is contained in:
12
LibC/netinet/in.h
Normal file
12
LibC/netinet/in.h
Normal file
@@ -0,0 +1,12 @@
|
||||
#pragma once
|
||||
|
||||
#include <sys/cdefs.h>
|
||||
#include <stdint.h>
|
||||
|
||||
__BEGIN_DECLS
|
||||
|
||||
typedef uint32_t in_addr_t;
|
||||
|
||||
#define INADDR_ANY ((in_addr_t)0)
|
||||
|
||||
__END_DECLS
|
||||
Reference in New Issue
Block a user