aboutsummaryrefslogtreecommitdiff
path: root/core/stack.c
diff options
context:
space:
mode:
Diffstat (limited to 'core/stack.c')
-rw-r--r--core/stack.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/core/stack.c b/core/stack.c
index bb7fa62..af4d37d 100644
--- a/core/stack.c
+++ b/core/stack.c
@@ -21,6 +21,7 @@
#include <stack.h>
#include <mem_region.h>
#include <unistd.h>
+#include <lock.h>
#define STACK_BUF_ENTRIES 60
static struct bt_entry bt_buf[STACK_BUF_ENTRIES];