From e9215027a0772225205d9e5679650450a039b08b Mon Sep 17 00:00:00 2001 From: Duncan Roe Date: Wed, 7 Jul 2021 11:17:30 +1000 Subject: src: Correctly identify item for which header is needed Clarify that NFQA_CT requires the CTA_* attribute definitions in nfnetlink_conntrack.h Signed-off-by: Duncan Roe Signed-off-by: Pablo Neira Ayuso --- examples/nf-queue.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples/nf-queue.c') diff --git a/examples/nf-queue.c b/examples/nf-queue.c index 3da2c24..5b86e69 100644 --- a/examples/nf-queue.c +++ b/examples/nf-queue.c @@ -15,7 +15,7 @@ #include -/* only for NFQA_CT, not needed otherwise: */ +/* NFQA_CT requires CTA_* attributes defined in nfnetlink_conntrack.h */ #include static struct mnl_socket *nl; -- cgit v1.2.3