From e56a8e64ecf2b17b500c778c92549f2bf2e82d57 Mon Sep 17 00:00:00 2001 From: gamemann Date: Tue, 16 Nov 2021 00:32:25 +0000 Subject: [PATCH] Remove linux/types.h include from BPF program. --- src/xdpfw_kern.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/xdpfw_kern.c b/src/xdpfw_kern.c index 3b5b065..05738f3 100644 --- a/src/xdpfw_kern.c +++ b/src/xdpfw_kern.c @@ -6,7 +6,6 @@ #include #include #include -#include #include #include