summaryrefslogtreecommitdiffstats
path: root/c/src/exec/score/headers/tod.h
diff options
context:
space:
mode:
Diffstat (limited to 'c/src/exec/score/headers/tod.h')
-rw-r--r--c/src/exec/score/headers/tod.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/c/src/exec/score/headers/tod.h b/c/src/exec/score/headers/tod.h
index 5e3a89756c..a1fc6ee446 100644
--- a/c/src/exec/score/headers/tod.h
+++ b/c/src/exec/score/headers/tod.h
@@ -39,8 +39,9 @@ extern "C" {
#define TOD_SECONDS_PER_NON_LEAP_YEAR (365 * TOD_SECONDS_PER_DAY)
-#define TOD_MICROSECONDS_PER_SECOND 1000000
#define TOD_MILLISECONDS_PER_SECOND 1000
+#define TOD_MICROSECONDS_PER_SECOND 1000000
+#define TOD_NANOSECONDS_PER_SECOND 1000000000
#define TOD_NANOSECONDS_PER_MICROSECOND 1000
/*