From owner-svn-src-all@FreeBSD.ORG Tue Oct 29 02:27:20 2013 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 7DA62ED7; Tue, 29 Oct 2013 02:27:20 +0000 (UTC) (envelope-from adrian.chadd@gmail.com) Received: from mail-qc0-x22e.google.com (mail-qc0-x22e.google.com [IPv6:2607:f8b0:400d:c01::22e]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 05DDF209D; Tue, 29 Oct 2013 02:27:19 +0000 (UTC) Received: by mail-qc0-f174.google.com with SMTP id v1so4406124qcw.33 for ; Mon, 28 Oct 2013 19:27:19 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:cc:content-type; bh=IcMHrHWEQo+x31HOvcpv/P9np8obqlGoxYCLMA6O/mw=; b=sHSGtqkvJi8S7+ygfZqTmDhZqpixj4iNeQkMUxutRSEOToYnw5ZplfkgRBNoNkoAje atrLRWzZB46npw69Y1xcX7lVGpXaNJWl+Eic2ZWcdS4y4Q1CVeFfWpsDVKA7LpAkDMeL MeX+WpWr8hkofERqE659aHmIifWbwSzsAKVt3yQNXYL4Yyt/6GnxC1UkToo8T2xJsAkO DiTo67DBX9P6utNldghG28r/4I7/JfeHzvKjKAdnza3jl73avpnOAm+tQ7o735pYe0XX owyqsPDYKjP8754ej/o4xNTG39mQc2jG1PdDZZeAVa1DCFVDKjJKaDQyaOaZYZsQk0ih pV8A== MIME-Version: 1.0 X-Received: by 10.229.244.69 with SMTP id lp5mr33334758qcb.14.1383013639191; Mon, 28 Oct 2013 19:27:19 -0700 (PDT) Sender: adrian.chadd@gmail.com Received: by 10.224.207.66 with HTTP; Mon, 28 Oct 2013 19:27:19 -0700 (PDT) In-Reply-To: <201310282026.r9SKQYYq022824@svn.freebsd.org> References: <201310282026.r9SKQYYq022824@svn.freebsd.org> Date: Mon, 28 Oct 2013 19:27:19 -0700 X-Google-Sender-Auth: 0Ns_ED9W30g5D4VDk28Qi3v6LDM Message-ID: Subject: Re: svn commit: r257270 - head/sys/dev/ath From: Adrian Chadd To: Olivier Houchard Content-Type: text/plain; charset=ISO-8859-1 Cc: "svn-src-head@freebsd.org" , "svn-src-all@freebsd.org" , "src-committers@freebsd.org" X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 29 Oct 2013 02:27:20 -0000 Thanks! -adrian On 28 October 2013 13:26, Olivier Houchard wrote: > Author: cognet > Date: Mon Oct 28 20:26:34 2013 > New Revision: 257270 > URL: http://svnweb.freebsd.org/changeset/base/257270 > > Log: > Include , since we need it if ATH_DEBUG is defined. > > Modified: > head/sys/dev/ath/if_ath_tx.c > > Modified: head/sys/dev/ath/if_ath_tx.c > ============================================================================== > --- head/sys/dev/ath/if_ath_tx.c Mon Oct 28 20:15:59 2013 (r257269) > +++ head/sys/dev/ath/if_ath_tx.c Mon Oct 28 20:26:34 2013 (r257270) > @@ -59,6 +59,7 @@ __FBSDID("$FreeBSD$"); > #include > #include > #include > +#include > > #include >