[haiku-commits] r40229 - haiku/trunk/headers/private/kernel/arch/m68k

  • From: revol@xxxxxxx
  • To: haiku-commits@xxxxxxxxxxxxx
  • Date: Thu, 13 Jan 2011 13:29:15 +0100 (CET)

Author: mmu_man
Date: 2011-01-13 13:29:15 +0100 (Thu, 13 Jan 2011)
New Revision: 40229
Changeset: http://dev.haiku-os.org/changeset/40229

Modified:
   haiku/trunk/headers/private/kernel/arch/m68k/arch_thread.h
Log:
Build fix for r40196. Should now be back to previous state (breaks at vm stuff).


Modified: haiku/trunk/headers/private/kernel/arch/m68k/arch_thread.h
===================================================================
--- haiku/trunk/headers/private/kernel/arch/m68k/arch_thread.h  2011-01-12 
22:43:01 UTC (rev 40228)
+++ haiku/trunk/headers/private/kernel/arch/m68k/arch_thread.h  2011-01-13 
12:29:15 UTC (rev 40229)
@@ -10,6 +10,7 @@
 #define _KERNEL_ARCH_M68K_THREAD_H
 
 #include <arch/cpu.h>
+#include <arch/thread.h>
 
 #ifdef __cplusplus
 extern "C" {


Other related posts:

  • » [haiku-commits] r40229 - haiku/trunk/headers/private/kernel/arch/m68k - revol