Add missing header.
authorbatt <batt@38d2e660-2303-0410-9eaa-f027e97ec537>
Tue, 26 Aug 2008 14:02:04 +0000 (14:02 +0000)
committerbatt <batt@38d2e660-2303-0410-9eaa-f027e97ec537>
Tue, 26 Aug 2008 14:02:04 +0000 (14:02 +0000)
git-svn-id: https://src.develer.com/svnoss/bertos/trunk@1711 38d2e660-2303-0410-9eaa-f027e97ec537

bertos/kern/proc.h

index 6f1a8af5be69c463a860e760fcebb53f31b835fb..d1525db7bd68e8be1a0ee3c2b6119c3fd342bb0c 100644 (file)
@@ -46,6 +46,7 @@
 #endif
 
 #include <cpu/types.h> // cpustack_t
+#include <cpu/frame.h> // CPU_SAVED_REGS_CNT
 
 /*
  * Forward declaration. The definition of struct Process is private to the