xref: /netbsd-src/external/bsd/ntp/dist/sntp/data_formats.h (revision 179b12252ecaf3553d9c2b7458ce62b6a2203d0c)
1 /*	$NetBSD: data_formats.h,v 1.1.1.1 2009/12/13 16:56:41 kardel Exp $	*/
2 
3 #ifndef DATA_FORMATS_H
4 #define DATA_FORMATS_H
5 
6 #include <ntp_machine.h>
7 #include <ntp_fp.h>
8 #include <ntp.h>
9 
10 #endif
11