qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH 0/2] block/nfs: fix build breakage due to missing includes
@ 2016-03-30 12:46 Stefan Hajnoczi
  2016-03-30 12:46 ` [Qemu-devel] [PATCH 1/2] block/nfs: add missing #include "qapi/error.h" Stefan Hajnoczi
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Stefan Hajnoczi @ 2016-03-30 12:46 UTC (permalink / raw)
  To: qemu-devel; +Cc: Jeff Cody, Peter Lieven, Stefan Hajnoczi

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

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2016-03-30 20:48 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-03-30 12:46 [Qemu-devel] [PATCH 0/2] block/nfs: fix build breakage due to missing includes Stefan Hajnoczi
2016-03-30 12:46 ` [Qemu-devel] [PATCH 1/2] block/nfs: add missing #include "qapi/error.h" Stefan Hajnoczi
2016-03-30 12:46 ` [Qemu-devel] [PATCH 2/2] block/nfs: add missing #include "qemu/cutils.h" Stefan Hajnoczi
2016-03-30 14:03 ` [Qemu-devel] [PATCH 0/2] block/nfs: fix build breakage due to missing includes Jeff Cody
2016-03-30 20:48 ` Stefan Weil

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).