]> git.ipfire.org Git - thirdparty/libvirt.git/commit
virnetdevbandwidth: Include virutil.h
authorMichal Privoznik <mprivozn@redhat.com>
Thu, 6 Nov 2014 14:30:13 +0000 (15:30 +0100)
committerMichal Privoznik <mprivozn@redhat.com>
Thu, 6 Nov 2014 14:30:13 +0000 (15:30 +0100)
commitcef5ff76e2328e696d56d66c096769150f067a9c
treeb361570ba1d64f06ce61213021569105ea505307
parent6ea54769ba1816b382698c4311588d7d1a9cd095
virnetdevbandwidth: Include virutil.h

One of the latest patches (9a8fc3efc2470) introduced call of
geteuid(). However, not all systems have the function
implemented, e.g. mingw. Therefore, we fail to build on those
system. The fix consist of including virutil.h which defines
geteuid in needed. Sigh.

Signed-off-by: Michal Privoznik <mprivozn@redhat.com>
src/util/virnetdevbandwidth.c