diff options
author | Florian Westphal <fw@strlen.de> | 2018-12-29 21:29:00 +0100 |
---|---|---|
committer | Florian Westphal <fw@strlen.de> | 2018-12-29 21:29:22 +0100 |
commit | 1e224c1399236cb5f93b53b4cebe7944237ad204 (patch) | |
tree | aca5f70c44a1517315416b69f681bc59199cf8cb /src/main.c | |
parent | fd09b75624c36a8b29fdb224287994edcaf441bc (diff) |
xt: fix build with --with-xtables
The previous change is bonkers, it fixes build when libxtables isn't
even installed, but broke build when --with-xtables is provided to configure.
Reason is that the include guard comes too early, so xtables.h is never
included, causing build to fail because no libxtables function prototypes
and definitions are available.
Fixes: 9e84f3f083bb ("xt: fix build when libxtables is not installed")
Signed-off-by: Florian Westphal <fw@strlen.de>
Diffstat (limited to 'src/main.c')
0 files changed, 0 insertions, 0 deletions