remarkable-linux/arch/score/include/asm/ucontext.h
Arnd Bergmann 9fb24cc500 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>
2009-06-27 15:09:46 +02:00

2 lines
34 B
C

#include <asm-generic/ucontext.h>