summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorRichard Braun <rbraun@sceen.net>2018-04-24 20:54:11 +0200
committerRichard Braun <rbraun@sceen.net>2018-04-24 20:54:11 +0200
commitc553980bbaf1781e976b9fa17ff8a20502c43af4 (patch)
treebda5d6a1a6b9ec7bcdcd4c39b3783afe7679a393 /test
parent2493d17a2b1b77fd7f7721dc3f6d06dce38fd6b3 (diff)
Fix missing kern/syscnt.h inclusions
Diffstat (limited to 'test')
-rw-r--r--test/test_mutex.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/test_mutex.c b/test/test_mutex.c
index 684ec1b5..49691cf9 100644
--- a/test/test_mutex.c
+++ b/test/test_mutex.c
@@ -38,6 +38,7 @@
#include <kern/log.h>
#include <kern/mutex.h>
#include <kern/panic.h>
+#include <kern/syscnt.h>
#include <kern/thread.h>
#include <kern/timer.h>
#include <test/test.h>