summaryrefslogtreecommitdiff
path: root/test/test_mutex_pi.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/test_mutex_pi.c')
-rw-r--r--test/test_mutex_pi.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test_mutex_pi.c b/test/test_mutex_pi.c
index 8f864756..cfadb59c 100644
--- a/test/test_mutex_pi.c
+++ b/test/test_mutex_pi.c
@@ -78,13 +78,13 @@
*/
#include <stddef.h>
+#include <stdio.h>
#include <string.h>
#include <kern/cpumap.h>
#include <kern/error.h>
#include <kern/mutex.h>
#include <kern/panic.h>
-#include <kern/printf.h>
#include <kern/syscnt.h>
#include <kern/thread.h>
#include <kern/turnstile.h>