xref: /haiku/headers/compatibility/bsd/netinet/in_systm.h (revision fce4895d1884da5ae6fb299d23c735c598e690b1)
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 #ifdef _BSD_SOURCE
10 
11 
12 #include <stdint.h>
13 
14 
15 typedef uint16_t n_short;
16 typedef uint32_t n_long;
17 typedef uint32_t n_time;
18 
19 
20 #endif
21 
22 
23 #endif	/* _NETINET_IN_SYSTM_H_ */
24