block/nfs: add missing #include "qemu/cutils.h"
commit0d94b74655adadbeee135aee9bc105a41a524436
authorStefan Hajnoczi <stefanha@redhat.com>
Wed, 30 Mar 2016 12:46:34 +0000 (30 13:46 +0100)
committerJeff Cody <jcody@redhat.com>
Wed, 30 Mar 2016 20:50:39 +0000 (30 16:50 -0400)
tree39f90993a65e5cf29c31e95865e135d4c303ad0a
parentd165b8cb8b45c228d6251dbcd62f59d49bcd7892
block/nfs: add missing #include "qemu/cutils.h"

parse_uint_full() used to be included from qemu-common.h but was moved
to qemu/cutils.h in commit f348b6d1a53e5271cf1c9f9acc4646b4b98c1771
("util: move declarations out of qemu-common.h").

Cc: Veronia Bahaa <veroniabahaa@gmail.com>
Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
Message-id: 1459341994-20567-3-git-send-email-stefanha@redhat.com
Signed-off-by: Jeff Cody <jcody@redhat.com>
block/nfs.c