]> git.ipfire.org Git - thirdparty/libvirt.git/commit
Add some missing include files which break build in certain platforms
authorDaniel P. Berrange <berrange@redhat.com>
Fri, 22 Jan 2010 13:21:16 +0000 (13:21 +0000)
committerDaniel P. Berrange <berrange@redhat.com>
Mon, 25 Jan 2010 17:08:37 +0000 (17:08 +0000)
commita5a46c6fc29b3adce1d0921a00c024b6d15933a6
treec73b1fe1e850c756aea36bfd0aa011b3239072c8
parent7d8f5eb3bc349161d9cf32c9d5222d3fd0382a22
Add some missing include files which break build in certain platforms

Two files were using functions from <sys/stat.h> but not including
in. Most of the time they got this automatically via another header,
but certain build flag combinations can reveal the problem

* src/lxc/lxc_container.c, src/node_device/node_device_linux_sysfs.c:
  Add <sys/stat.h>
src/lxc/lxc_container.c
src/node_device/node_device_linux_sysfs.c