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:
Richard Weinberger 2017-05-04 08:15:10 +02:00
parent 5b4236e17c
commit ce4586063f
1 changed files with 1 additions and 0 deletions

View File

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