summaryrefslogtreecommitdiff
path: root/test/test_llsync_defer.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/test_llsync_defer.c')
-rw-r--r--test/test_llsync_defer.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test_llsync_defer.c b/test/test_llsync_defer.c
index 9bce0162..26747998 100644
--- a/test/test_llsync_defer.c
+++ b/test/test_llsync_defer.c
@@ -29,6 +29,7 @@
*/
#include <stddef.h>
+#include <stdio.h>
#include <string.h>
#include <kern/condition.h>
@@ -39,7 +40,6 @@
#include <kern/mutex.h>
#include <kern/panic.h>
#include <kern/param.h>
-#include <kern/printf.h>
#include <kern/thread.h>
#include <kern/work.h>
#include <test/test.h>