On Thu, May 19, 2022 at 07:07:23PM +0100, Ben Brown wrote: > From a7a2f49a53ce5487a9869cd44b647de0882c6996 Mon Sep 17 00:00:00 2001 > From: Ben Brown <ben@xxxxxxxxxxx> > Date: Thu, 19 May 2022 18:50:25 +0100 > Subject: [PATCH] build: Fix error during out of tree build > > Fixes the following error: > > ../../libxtables/xtables.c:52:10: fatal error: libiptc/linux_list.h: > No such file or directory > 52 | #include <libiptc/linux_list.h> > > Signed-off-by: Ben Brown <ben@xxxxxxxxxxx> Your mailer broke the patch by breaking long lines. Please use git-send-email to submit patches, it's a lot less error-prone. When resubmitting, also please add: Fixes: f58b0d7406451 ("libxtables: Implement notargets hash table") Apart from that, looks good to me! Thanks, Phil