xref: /freebsd/contrib/ntp/sntp/data_formats.h (revision 416ba5c74546f32a993436a99516d35008e9f384)
1*2b15cb3dSCy Schubert #ifndef DATA_FORMATS_H
2*2b15cb3dSCy Schubert #define DATA_FORMATS_H
3*2b15cb3dSCy Schubert 
4*2b15cb3dSCy Schubert #include <ntp_machine.h>
5*2b15cb3dSCy Schubert #include <ntp_fp.h>
6*2b15cb3dSCy Schubert #include <ntp.h>
7*2b15cb3dSCy Schubert 
8*2b15cb3dSCy Schubert #endif
9