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>
This commit is contained in:
Arnd Bergmann
2009-06-27 14:50:51 +02:00
parent e831a9c618
commit 9fb24cc500
5 changed files with 10 additions and 1 deletions

View File

@@ -0,0 +1 @@
#include <asm-generic/ucontext.h>