From patchwork Mon Jun 29 14:20:17 2009 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Patrick McHardy X-Patchwork-Id: 29283 X-Patchwork-Delegate: davem@davemloft.net Return-Path: X-Original-To: patchwork-incoming@bilbo.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from ozlabs.org (ozlabs.org [203.10.76.45]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client CN "mx.ozlabs.org", Issuer "CA Cert Signing Authority" (verified OK)) by bilbo.ozlabs.org (Postfix) with ESMTPS id 7041BB7084 for ; Tue, 30 Jun 2009 00:20:31 +1000 (EST) Received: by ozlabs.org (Postfix) id 645B2DDDB6; Tue, 30 Jun 2009 00:20:31 +1000 (EST) Delivered-To: patchwork-incoming@ozlabs.org Received: from vger.kernel.org (vger.kernel.org [209.132.176.167]) by ozlabs.org (Postfix) with ESMTP id EA5DCDDD0C for ; Tue, 30 Jun 2009 00:20:30 +1000 (EST) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753897AbZF2OUX (ORCPT ); Mon, 29 Jun 2009 10:20:23 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1755724AbZF2OUV (ORCPT ); Mon, 29 Jun 2009 10:20:21 -0400 Received: from stinky.trash.net ([213.144.137.162]:38091 "EHLO stinky.trash.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752520AbZF2OUO (ORCPT ); Mon, 29 Jun 2009 10:20:14 -0400 Received: from x2.localnet (localhost [127.0.0.1]) by stinky.trash.net (Postfix) with ESMTP id 0DB62B2C49; Mon, 29 Jun 2009 16:20:17 +0200 (MEST) From: Patrick McHardy To: davem@davemloft.net Cc: netdev@vger.kernel.org, Patrick McHardy , netfilter-devel@vger.kernel.org Message-Id: <20090629142011.5728.37775.sendpatchset@x2.localnet> In-Reply-To: <20090629142007.5728.63458.sendpatchset@x2.localnet> References: <20090629142007.5728.63458.sendpatchset@x2.localnet> Subject: netfilter 03/04: headers_check fix: linux/netfilter/xt_osf.h Date: Mon, 29 Jun 2009 16:20:17 +0200 (MEST) Sender: netdev-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: netdev@vger.kernel.org commit 8a3af79361e85db6fec4173ef1916322471c19e3 Author: Jaswinder Singh Rajput Date: Mon Jun 29 14:28:27 2009 +0200 netfilter: headers_check fix: linux/netfilter/xt_osf.h fix the following 'make headers_check' warnings: usr/include/linux/netfilter/xt_osf.h:40: found __[us]{8,16,32,64} type without #include Signed-off-by: Jaswinder Singh Rajput Signed-off-by: Patrick McHardy --- To unsubscribe from this list: send the line "unsubscribe netdev" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html diff --git a/include/linux/netfilter/xt_osf.h b/include/linux/netfilter/xt_osf.h index fd2272e..18afa49 100644 --- a/include/linux/netfilter/xt_osf.h +++ b/include/linux/netfilter/xt_osf.h @@ -20,6 +20,8 @@ #ifndef _XT_OSF_H #define _XT_OSF_H +#include + #define MAXGENRELEN 32 #define XT_OSF_GENRE (1<<0)