Skip to content

Commit

Permalink
um: Add missing NR_CPUS include
Browse files Browse the repository at this point in the history
We need linux/threads.h for that variable.

Fixes: 8bba077 ("um: Set number of CPUs")
Signed-off-by: Richard Weinberger <[email protected]>
  • Loading branch information
richardweinberger committed May 4, 2017
1 parent 5b4236e commit ce45860
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions arch/um/os-Linux/skas/process.c
Original file line number Diff line number Diff line change
Expand Up @@ -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)
{
Expand Down

0 comments on commit ce45860

Please sign in to comment.