summaryrefslogtreecommitdiff
path: root/sntp/data_formats.h
diff options
context:
space:
mode:
Diffstat (limited to 'sntp/data_formats.h')
-rw-r--r--sntp/data_formats.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/sntp/data_formats.h b/sntp/data_formats.h
new file mode 100644
index 0000000..28848b2
--- /dev/null
+++ b/sntp/data_formats.h
@@ -0,0 +1,8 @@
+#ifndef DATA_FORMATS_H
+#define DATA_FORMATS_H
+
+#include <ntp_machine.h>
+#include <ntp_fp.h>
+#include <ntp.h>
+
+#endif