aboutsummaryrefslogtreecommitdiffstats
path: root/src/time/time_private.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/time/time_private.h')
-rw-r--r--src/time/time_private.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/time/time_private.h b/src/time/time_private.h
index 4bb6099..097a987 100644
--- a/src/time/time_private.h
+++ b/src/time/time_private.h
@@ -22,5 +22,6 @@
#define LIBRIN_TIME_PRIVATE_INCLUDED
static const long tv_nsec_max = 999999999l;
+static const long tv_usec_max = 999999l;
#endif /* LIBRIN_TIME_PRIVATE_INCLUDED */