summaryrefslogtreecommitdiffstats
path: root/contrib/netbsd-tests/usr.bin/unifdef/d_basic.in
blob: 9de6a94a077335793070929cc3b79ae41f6e4118 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
#if defined(__FreeBSD__)
#include <netinet/if_fddi.h>
#else
#include <net/if_fddi.h>
#endif

#if defined(__FreeBSD__)
	#include <stdbool.h>
		#include <stdbool.h>
			#include <stdbool.h>
			#include <stdbool.h>
		#include <stdbool.h>
	#include <stdbool.h>
#else
#include <stdint.h>
#endif

#if defined(__FreeBSD__)
#endif

#ifdef __FreeBSD__
#include <unistd.h>
#else
#include <inttypes.h>
#endif
OpenPOWER on IntegriCloud