Index: kernel/test/synch/rwlock4.c
===================================================================
--- kernel/test/synch/rwlock4.c	(revision a000878c0dee83a08f032207ffd800c201fca95b)
+++ kernel/test/synch/rwlock4.c	(revision 76ca3f71d74c1d5be0fae6bcc28f1f663a624ea2)
@@ -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 76ca3f71d74c1d5be0fae6bcc28f1f663a624ea2)
@@ -32,5 +32,5 @@
 #include <print.h>
 #include <proc/thread.h>
-#include <arch/types.h>
+#include <typedefs.h>
 #include <arch/context.h>
 
