xref: /haiku/headers/compatibility/bsd/netinet/in_systm.h (revision 362efe0c9f36d3dd38b22d2c24ac02e54b189d7c)
1 /*
2  * Copyright 2011, Haiku, Inc. All Rights Reserved.
3  * Distributed under the terms of the MIT License.
4  */
5 #ifndef _NETINET_IN_SYSTM_H_
6 #define _NETINET_IN_SYSTM_H_
7 
8 
9 #include <stdint.h>
10 
11 
12 typedef uint16_t n_short;
13 typedef uint32_t n_long;
14 typedef uint32_t n_time;
15 
16 
17 #endif	/* _NETINET_IN_SYSTM_H_ */
18