Commit 6d6db9e1 authored by Mark A. O'Neill's avatar Mark A. O'Neill Committed by Pavel Emelyanov

tun: Small changes I needed to get criu working under 3.18.1 kernel on Centos 6.5 machine.

Signed-off-by: 's avatarMark A. O'Neill <mao@tumblingdice.co.uk>
Signed-off-by: 's avatarPavel Emelyanov <xemul@parallels.com>
parent 19ffca53
......@@ -4,6 +4,9 @@
#include <linux/if_tun.h>
#include <sys/ioctl.h>
// MAO required on Centos 6 (linux-3.18.1 kernel)
#include <linux/filter.h>
#include "cr_options.h"
#include "imgset.h"
#include "protobuf.h"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment