blob: 2103b38888417a96d09c0a3c0742630fc76fa84d [file] [log] [blame]
Brad Bishop316dfdd2018-06-25 12:45:53 -04001From 31b6eecd7e5ebfb9a37915f28823e5af9d1062b4 Mon Sep 17 00:00:00 2001
Brad Bishop6e60e8b2018-02-01 10:27:11 -05002From: Khem Raj <raj.khem@gmail.com>
3Date: Tue, 28 Mar 2017 19:24:53 -0700
Brad Bishop316dfdd2018-06-25 12:45:53 -04004Subject: [PATCH] Enable support for the kernel module
Brad Bishop6e60e8b2018-02-01 10:27:11 -05005
6Signed-off-by: Khem Raj <raj.khem@gmail.com>
Brad Bishop316dfdd2018-06-25 12:45:53 -04007
Brad Bishop6e60e8b2018-02-01 10:27:11 -05008---
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.