From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:36708) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1alGit-0007Kv-RF for qemu-devel@nongnu.org; Wed, 30 Mar 2016 10:03:56 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1alGip-0005lo-Rf for qemu-devel@nongnu.org; Wed, 30 Mar 2016 10:03:51 -0400 Received: from mx1.redhat.com ([209.132.183.28]:33878) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1alGip-0005lb-N5 for qemu-devel@nongnu.org; Wed, 30 Mar 2016 10:03:47 -0400 Date: Wed, 30 Mar 2016 10:03:44 -0400 From: Jeff Cody Message-ID: <20160330140344.GA17302@localhost.localdomain> References: <1459341994-20567-1-git-send-email-stefanha@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1459341994-20567-1-git-send-email-stefanha@redhat.com> Subject: Re: [Qemu-devel] [PATCH 0/2] block/nfs: fix build breakage due to missing includes List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Stefan Hajnoczi Cc: Peter Lieven , qemu-devel@nongnu.org On Wed, Mar 30, 2016 at 01:46:32PM +0100, Stefan Hajnoczi wrote: > Header files included by almost every source files have been slimmed down > recently to speed up the build and eliminate unnecessary dependencies. The > block/nfs.c file must have been forgotten when build testing because it > currently fails to build. > > This series adds the necessary #include statements to make block/nfs.c build > successfully again. > > Stefan Hajnoczi (2): > block/nfs: add missing #include "qapi/error.h" > block/nfs: add missing #include "qemu/cutils.h" > > block/nfs.c | 2 ++ > 1 file changed, 2 insertions(+) > > -- > 2.5.5 > Thanks, Applied to my block branch: git://github.com/codyprime/qemu-kvm-jtc.git block -Jeff