Return-path: Received: from mail-qc0-f173.google.com ([209.85.216.173]:50414 "EHLO mail-qc0-f173.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751792Ab3AUUUd (ORCPT ); Mon, 21 Jan 2013 15:20:33 -0500 Received: by mail-qc0-f173.google.com with SMTP id b12so26775qca.32 for ; Mon, 21 Jan 2013 12:20:32 -0800 (PST) Message-ID: <50FDA355.7090400@gmail.com> (sfid-20130121_212036_951515_93970258) Date: Mon, 21 Jan 2013 15:21:41 -0500 From: Richard Farina MIME-Version: 1.0 To: "Luis R. Rodriguez" CC: "Luis R. Rodriguez" , linux-wireless@vger.kernel.org Subject: Re: [ANN] crda: v1.1.3 References: <50FA04B6.8080703@gmail.com> <20130121200610.GE1432@bombadil.infradead.org> In-Reply-To: <20130121200610.GE1432@bombadil.infradead.org> Content-Type: text/plain; charset=ISO-8859-1 Sender: linux-wireless-owner@vger.kernel.org List-ID: On 01/21/2013 03:06 PM, Luis R. Rodriguez wrote: > diff --git a/reglib.c b/reglib.c > index bc81974..1fafd37 100644 > --- a/reglib.c > +++ b/reglib.c > @@ -9,6 +9,7 @@ > #include > #include > #include > +#include > > #include /* ntohl */ This patch fixes the warnings, thank you. Normally warnings are not a big deal, but often they later become errors so I figured it was worth reporting. Glad to see it fixed ;-) Thanks, Zero