Index: kernel/test/synch/rwlock4.c
===================================================================
--- kernel/test/synch/rwlock4.c	(revision a000878c0dee83a08f032207ffd800c201fca95b)
+++ kernel/test/synch/rwlock4.c	(revision d99c1d2ba8c7b2c687d430f2e9fd237046606545)
@@ -32,5 +32,5 @@
 #include <print.h>
 #include <proc/thread.h>
-#include <arch/types.h>
+#include <typedefs.h>
 #include <arch/context.h>
 #include <context.h>
Index: kernel/test/synch/semaphore2.c
===================================================================
--- kernel/test/synch/semaphore2.c	(revision a000878c0dee83a08f032207ffd800c201fca95b)
+++ kernel/test/synch/semaphore2.c	(revision d99c1d2ba8c7b2c687d430f2e9fd237046606545)
@@ -32,5 +32,5 @@
 #include <print.h>
 #include <proc/thread.h>
-#include <arch/types.h>
+#include <typedefs.h>
 #include <arch/context.h>
 
