1From 31b6eecd7e5ebfb9a37915f28823e5af9d1062b4 Mon Sep 17 00:00:00 2001
2From: Khem Raj <raj.khem@gmail.com>
3Date: Tue, 28 Mar 2017 19:24:53 -0700
4Subject: [PATCH] Enable support for the kernel module
5
6Signed-off-by: Khem Raj <raj.khem@gmail.com>
7
8---
9 src/configure.in | 1 +
10 1 file changed, 1 insertion(+)
11
12diff --git a/src/configure.in b/src/configure.in
13index cae0976..951a042 100644
14--- a/src/configure.in
15+++ b/src/configure.in
16@@ -33,6 +33,7 @@ AC_CHECK_HEADERS(linux/if_pppox.h, [], [],
17 #include<net/ethernet.h>
18 #include<linux/if.h>
19 #include<linux/in.h>
20+#include<linux/in6.h>
21 ])
22
23 dnl Checks for typedefs, structures, and compiler characteristics.
24