summaryrefslogtreecommitdiffstats
path: root/patches/iptables-1.8.2/0003-xtables-legacy-add-missing-config.h-include.patch
blob: 25adb586cfc712ef4639e7ed998034e6f4b57f3d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
From: Lucas Stach <l.stach@pengutronix.de>
Date: Fri, 8 Mar 2019 15:19:12 +0100
Subject: [PATCH] xtables-legacy: add missing config.h include

Signed-off-by: Lucas Stach <l.stach@pengutronix.de>
---
 iptables/xtables-legacy-multi.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/iptables/xtables-legacy-multi.c b/iptables/xtables-legacy-multi.c
index e68814dd082e..3b7905ff76b1 100644
--- a/iptables/xtables-legacy-multi.c
+++ b/iptables/xtables-legacy-multi.c
@@ -1,3 +1,4 @@
+#include <config.h>
 #include <stdio.h>
 #include <stdlib.h>
 #include <string.h>