xref: /netbsd-src/external/bsd/ntp/dist/sntp/data_formats.h (revision e89934bbf778a6d6d6894877c4da59d0c7835b0f)
1 /*	$NetBSD: data_formats.h,v 1.4 2016/01/08 21:35:40 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