diff options
Diffstat (limited to 'src/nstime.c')
-rw-r--r-- | src/nstime.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/nstime.c b/src/nstime.c index e089547..9f5d192 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/nstime.h" + #include "jemalloc/internal/assert.h" #define BILLION UINT64_C(1000000000) |