projects
/
bertos.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
87a708f
)
Add missing header.
author
batt
<batt@38d2e660-2303-0410-9eaa-f027e97ec537>
Tue, 26 Aug 2008 14:02:04 +0000
(14:02 +0000)
committer
batt
<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
patch
|
blob
|
history
diff --git
a/bertos/kern/proc.h
b/bertos/kern/proc.h
index 6f1a8af5be69c463a860e760fcebb53f31b835fb..d1525db7bd68e8be1a0ee3c2b6119c3fd342bb0c 100644
(file)
--- a/
bertos/kern/proc.h
+++ b/
bertos/kern/proc.h
@@
-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