From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:55630) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UepfM-0004SW-FI for qemu-devel@nongnu.org; Tue, 21 May 2013 12:44:07 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UepfF-0004Hs-U3 for qemu-devel@nongnu.org; Tue, 21 May 2013 12:44:00 -0400 Received: from mx1.redhat.com ([209.132.183.28]:46451) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UepfF-0004HS-MF for qemu-devel@nongnu.org; Tue, 21 May 2013 12:43:53 -0400 Message-ID: <519BA4CD.20209@redhat.com> Date: Tue, 21 May 2013 18:46:05 +0200 From: Laszlo Ersek MIME-Version: 1.0 References: <20130521161324.GA29977@rox.home.comstyle.com> In-Reply-To: <20130521161324.GA29977@rox.home.comstyle.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH] ui/gtk.c: Fix *BSD build of Gtk+ UI List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Brad Smith Cc: qemu-devel@nongnu.org On 05/21/13 18:14, Brad Smith wrote: > Fix the build of the Gtk+ UI on *BSD systems. > > Signed-off-by: Brad Smith > > diff --git a/include/qemu-common.h b/include/qemu-common.h > index af769f5..c944bb7 100644 > --- a/include/qemu-common.h > +++ b/include/qemu-common.h > @@ -45,6 +45,7 @@ > #if defined(__GLIBC__) > # include > #elif defined CONFIG_BSD > +# include > # if defined(__FreeBSD__) || defined(__FreeBSD_kernel__) || defined(__DragonFly__) > # include > # else > Can't see how it could hurt. Reviewed-by: Laszlo Ersek