score: add missing #includes
authorArnd Bergmann <arnd@arndb.de>
Sat, 27 Jun 2009 12:50:51 +0000 (14:50 +0200)
committerArnd Bergmann <arnd@arndb.de>
Sat, 27 Jun 2009 13:09:46 +0000 (15:09 +0200)
commit9fb24cc50045ec8d13d0a6c3d4d454750b466d61
tree7d81c5d9ecf952e9e50f1d066a83825e37c6ddb9
parente831a9c6186ca1f63fdf2f41628193dd690ab440
score: add missing #includes

Files that define a global function should #include the
header with its declaration to make sure that the prototypes
do not diverge.

Signed-off-by: Arnd Bergmann <arnd@arndb.de>
arch/score/include/asm/ucontext.h [new file with mode: 0644]
arch/score/kernel/module.c
arch/score/kernel/process.c
arch/score/kernel/signal.c
arch/score/kernel/sys_score.c