Fix compilation error on newer linux versions

Taken from https://lkml.org/lkml/2019/6/3/988
This commit is contained in:
spycrab 2019-08-28 20:31:40 +02:00
parent a2ba448e6b
commit 1882f0cb4b
1 changed files with 1 additions and 0 deletions

View File

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