1#ifndef __wasilibc___struct_in_addr_h 2#define __wasilibc___struct_in_addr_h 3 4#include <__typedef_in_addr_t.h> 5 6struct in_addr { 7 in_addr_t s_addr; 8}; 9 10#endif