um: Add missing NR_CPUS include
We need linux/threads.h for that variable.
Fixes: 8bba077066
("um: Set number of CPUs")
Signed-off-by: Richard Weinberger <richard@nod.at>
This commit is contained in:
parent
5b4236e17c
commit
ce4586063f
|
@ -21,6 +21,7 @@
|
|||
#include <registers.h>
|
||||
#include <skas.h>
|
||||
#include <sysdep/stub.h>
|
||||
#include <linux/threads.h>
|
||||
|
||||
int is_skas_winch(int pid, int fd, void *data)
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue