Skip to content

Commit 1882f0c

Browse files
committed
Fix compilation error on newer linux versions
Taken from https://lkml.org/lkml/2019/6/3/988
1 parent a2ba448 commit 1882f0c

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)