mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-10-02 06:09:51 +00:00
LibC: Add netinet/in.h
This commit is contained in:
parent
a9dc332a11
commit
48431b3535
Notes:
sideshowbarker
2024-07-19 15:04:14 +09:00
Author: https://github.com/awesomekling
Commit: 48431b3535
1 changed files with 12 additions and 0 deletions
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
|
Loading…
Add table
Add a link
Reference in a new issue