diff options
author | Eshenko Dmitriy <snooppy@mail.ua> | 2020-04-07 23:05:42 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-04-07 23:05:42 +0300 |
commit | f319029fcc6fa80ca3b26f21e2538f866d750a04 (patch) | |
tree | 790a783ff1ea0cf0b41e4c9cf524c28296265929 | |
parent | b8f8becfd5cdbf3399fed2867c22dccb16a80aa8 (diff) | |
parent | 681299ec22c38c4cb121904238d4d327bfa1498d (diff) | |
download | accel-ppp-f319029fcc6fa80ca3b26f21e2538f866d750a04.tar.gz accel-ppp-f319029fcc6fa80ca3b26f21e2538f866d750a04.zip |
Merge pull request #2 from DmitriyEshenko/fix-build01
T13: Fix build procedure
-rw-r--r-- | accel-pppd/net.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/accel-pppd/net.c b/accel-pppd/net.c index 9a025ed..762841f 100644 --- a/accel-pppd/net.c +++ b/accel-pppd/net.c @@ -7,10 +7,10 @@ #include <sched.h> #include <limits.h> #include <errno.h> -#include <linux/if.h> #include <sys/socket.h> #include <sys/ioctl.h> #include <sys/syscall.h> +#include <linux/if.h> #include "config.h" #include "triton.h" |