]> git.ipfire.org Git - thirdparty/libvirt.git/commit
sysconf: Include unistd.h
authorMichal Privoznik <mprivozn@redhat.com>
Sun, 20 Dec 2015 07:27:21 +0000 (08:27 +0100)
committerMichal Privoznik <mprivozn@redhat.com>
Thu, 24 Dec 2015 17:03:50 +0000 (18:03 +0100)
commitf55d1316ad99000b6698577561ed9ee1c2f5a0ea
treef2b5df7dc72d5e8a77603c977545c8b0aa7b6751
parenteec91958b4b0abdbb7ab769f540bcfa72a107c9b
sysconf: Include unistd.h

The manpage for sysconf() suggest including unistd.h as the
function is declared there. Even though we are not hitting any
compile issues currently, let's include the correct header file
instead of relying on some hidden include chain.

Signed-off-by: Michal Privoznik <mprivozn@redhat.com>
src/nodeinfo.c
src/qemu/qemu_conf.h
src/util/vircgroup.c
src/util/vircommand.c
tools/virt-login-shell.c