summaryrefslogtreecommitdiffstats
path: root/libc-bottom-half/headers/public/__struct_in_addr.h
blob: 881ffa6d81542b1855eebf1eedd317bbf38effb8 (plain)
1
2
3
4
5
6
7
8
9
10
#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