xref: /netbsd-src/external/bsd/ntp/dist/sntp/data_formats.h (revision 63aea4bd5b445e491ff0389fe27ec78b3099dba3)
1 /*	$NetBSD: data_formats.h,v 1.3 2015/07/10 14:20:33 christos 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