Skip to content

Commit 32ab296

Browse files
authored
Merge pull request n64decomp#1 from spycrab/fix_build_new_kernel
Fix compilation error on newer linux versions
2 parents a2ba448 + 1882f0c commit 32ab296

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

linux-user/syscall.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@
4040
#include <sys/resource.h>
4141
#include <sys/swap.h>
4242
#include <linux/capability.h>
43+
#include <linux/sockios.h>
4344
#include <sched.h>
4445
#include <sys/timex.h>
4546
#include <sys/socket.h>

0 commit comments

Comments
 (0)