summaryrefslogtreecommitdiff
path: root/deps
diff options
context:
space:
mode:
authorliuwentan <[email protected]>2023-01-31 20:39:53 +0800
committerliuwentan <[email protected]>2023-01-31 20:39:53 +0800
commitcca7d882e1a64e3928a093acb09a97fb9d4f1c49 (patch)
tree70685a311bcee849c24749f75f621899560b22e9 /deps
parent25f944a1d1eaff78d30bafeb83e95b1b8317d032 (diff)
refactor hierarchy and maat_table
Diffstat (limited to 'deps')
-rw-r--r--deps/log/log.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/deps/log/log.h b/deps/log/log.h
index c1cd5d3..7b71a24 100644
--- a/deps/log/log.h
+++ b/deps/log/log.h
@@ -17,6 +17,7 @@ extern "C"
#include <stdarg.h>
#include <stdbool.h>
#include <time.h>
+#include <pthread.h>
#define LOG_VERSION "0.1.0"