nativity/lib/libc/include/wasm-wasi-musl/__struct_in_addr.h
David Gonzalez Martin 38011a233c Integrate libs
2024-03-02 12:58:12 -06:00

11 lines
161 B
C

#ifndef __wasilibc___struct_in_addr_h
#define __wasilibc___struct_in_addr_h
#include <__typedef_in_addr_t.h>
struct in_addr {
in_addr_t s_addr;
};
#endif