]> xenbits.xensource.com Git - libvirt.git/commit
examples: include config.h
authorJán Tomko <jtomko@redhat.com>
Fri, 4 Jan 2019 15:16:13 +0000 (16:16 +0100)
committerJán Tomko <jtomko@redhat.com>
Mon, 7 Jan 2019 08:21:32 +0000 (09:21 +0100)
commitb6f7825992fc7eaef1db0afe73d6cac5bf534b45
tree32f78052feb187012d938e676429fe299f0fb169
parent31903c4a5debaaabdf7c4170992e636b7b95d873
examples: include config.h

Since gnulib commit 6954995d unistd.h is included via stdlib.h
on BSD systems, which requires config.h to be included first.

Add config.h to the files that use it.

Part of this commit reverts commit 6ee918de7462a20947241ec817c4571d6b84a716

Signed-off-by: Ján Tomko <jtomko@redhat.com>
Reviewed-by: Erik Skultety <eskultet@redhat.com>
examples/admin/client_close.c
examples/admin/client_info.c
examples/admin/client_limits.c
examples/admin/list_clients.c
examples/admin/list_servers.c
examples/admin/logging.c
examples/admin/threadpool_params.c
examples/dommigrate/dommigrate.c
examples/hellolibvirt/hellolibvirt.c
examples/openauth/openauth.c
examples/rename/rename.c