diff options
author | Daniel P. Berrange <berrange@redhat.com> | 2012-12-12 18:06:53 +0000 |
---|---|---|
committer | Daniel P. Berrange <berrange@redhat.com> | 2012-12-21 11:17:14 +0000 |
commit | ab9b7ec2f6dd3a0bf3560e09efa3532fa19601e1 (patch) | |
tree | 5d42e18e65a384406a57786dce5ff9b7de1bbecf /tools/virsh-pool.c | |
parent | 936d95d347ca0217c44c926fa833d11c690f064c (diff) | |
download | libvirt-ab9b7ec2f6dd3a0bf3560e09efa3532fa19601e1.tar.gz |
Rename memory.{c,h} to viralloc.{c,h}
Diffstat (limited to 'tools/virsh-pool.c')
-rw-r--r-- | tools/virsh-pool.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/virsh-pool.c b/tools/virsh-pool.c index 4a78467f38..6e296044cd 100644 --- a/tools/virsh-pool.c +++ b/tools/virsh-pool.c @@ -33,7 +33,7 @@ #include "internal.h" #include "virbuffer.h" -#include "memory.h" +#include "viralloc.h" #include "util.h" #include "xml.h" #include "conf/storage_conf.h" |