Skip to content

Commit

Permalink
Merge pull request #1 from spycrab/fix_build_new_kernel
Browse files Browse the repository at this point in the history
Fix compilation error on newer linux versions
  • Loading branch information
mountainflaw authored Aug 28, 2019
2 parents a2ba448 + 1882f0c commit 32ab296
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions linux-user/syscall.c
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@
#include <sys/resource.h>
#include <sys/swap.h>
#include <linux/capability.h>
#include <linux/sockios.h>
#include <sched.h>
#include <sys/timex.h>
#include <sys/socket.h>
Expand Down

0 comments on commit 32ab296

Please sign in to comment.