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)
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>

No differences found