diff --git a/include/asm-m68k/posix_types.h b/include/asm-m68k/posix_types.h
index fa372b22616cf6c7c2e7b154761296c6b9c64082..4c25b4248450ad4e84fed7486aa4e8ebcd06bda3 100644
--- a/include/asm-m68k/posix_types.h
+++ b/include/asm-m68k/posix_types.h
@@ -22,6 +22,8 @@ typedef int		__kernel_ptrdiff_t;
 typedef long		__kernel_time_t;
 typedef long		__kernel_suseconds_t;
 typedef long		__kernel_clock_t;
+typedef int		__kernel_timer_t;
+typedef int		__kernel_clockid_t;
 typedef int		__kernel_daddr_t;
 typedef char *		__kernel_caddr_t;
 typedef unsigned short	__kernel_uid16_t;