]> git.proxmox.com Git - wasi-libc.git/blame - libc-bottom-half/headers/public/__struct_in_addr.h
Use __BIGGEST_ALIGNMENT__ instead of max_align_t (#375)
[wasi-libc.git] / libc-bottom-half / headers / public / __struct_in_addr.h
CommitLineData
320054e8
DG
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