From patchwork Sat May 16 10:20:25 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Felix Janda X-Patchwork-Id: 473007 X-Patchwork-Delegate: pablo@netfilter.org Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by ozlabs.org (Postfix) with ESMTP id EE638140D17 for ; Sat, 16 May 2015 20:21:52 +1000 (AEST) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752106AbbEPKVw (ORCPT ); Sat, 16 May 2015 06:21:52 -0400 Received: from mx02.posteo.de ([89.146.194.165]:59446 "EHLO mx02.posteo.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752500AbbEPKVo (ORCPT ); Sat, 16 May 2015 06:21:44 -0400 Received: from dovecot03.posteo.de (unknown [185.67.36.28]) by mx02.posteo.de (Postfix) with ESMTPS id 087F625A3DC1 for ; Sat, 16 May 2015 12:21:43 +0200 (CEST) Received: from mail.posteo.de (localhost [127.0.0.1]) by dovecot03.posteo.de (Postfix) with ESMTPSA id 3lpjMB6BKnz5vN7 for ; Sat, 16 May 2015 12:21:42 +0200 (CEST) Date: Sat, 16 May 2015 12:20:25 +0200 From: Felix Janda To: netfilter-devel@vger.kernel.org Subject: [conntrack-tools PATCH 6/6] src/netlink: Use instead of legacy synonym Message-ID: <20150516100621.GH14201@euler> MIME-Version: 1.0 Content-Disposition: inline User-Agent: Mutt/1.5.23 (2014-03-12) Sender: netfilter-devel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: netfilter-devel@vger.kernel.org Signed-off-by: Felix Janda --- src/netlink.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/netlink.c b/src/netlink.c index 5be102e..189f55a 100644 --- a/src/netlink.c +++ b/src/netlink.c @@ -26,7 +26,7 @@ #include #include #include -#include +#include #include struct nfct_handle *nl_init_event_handler(void)