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:
@ -27,7 +27,9 @@
|
||||
#include <linux/signal.h>
|
||||
#include <linux/unistd.h>
|
||||
#include <linux/uaccess.h>
|
||||
#include <asm-generic/ucontext.h>
|
||||
|
||||
#include <asm/syscalls.h>
|
||||
#include <asm/ucontext.h>
|
||||
|
||||
#include <asm/cacheflush.h>
|
||||
|
||||
|
Reference in New Issue
Block a user