summaryrefslogtreecommitdiffstats
path: root/src/nstime.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/nstime.c')
-rw-r--r--src/nstime.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/nstime.c b/src/nstime.c
index ee8d78e..e089547 100644
--- a/src/nstime.c
+++ b/src/nstime.c
@@ -1,6 +1,8 @@
#include "jemalloc/internal/jemalloc_preamble.h"
#include "jemalloc/internal/jemalloc_internal_includes.h"
+#include "jemalloc/internal/assert.h"
+
#define BILLION UINT64_C(1000000000)
#define MILLION UINT64_C(1000000)