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 /src/conf/netdev_vport_profile_conf.c | |
parent | 936d95d347ca0217c44c926fa833d11c690f064c (diff) | |
download | libvirt-ab9b7ec2f6dd3a0bf3560e09efa3532fa19601e1.tar.gz |
Rename memory.{c,h} to viralloc.{c,h}
Diffstat (limited to 'src/conf/netdev_vport_profile_conf.c')
-rw-r--r-- | src/conf/netdev_vport_profile_conf.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/conf/netdev_vport_profile_conf.c b/src/conf/netdev_vport_profile_conf.c index 94992e3087..a9a38d7023 100644 --- a/src/conf/netdev_vport_profile_conf.c +++ b/src/conf/netdev_vport_profile_conf.c @@ -24,7 +24,7 @@ #include "netdev_vport_profile_conf.h" #include "virterror_internal.h" -#include "memory.h" +#include "viralloc.h" #define VIR_FROM_THIS VIR_FROM_NONE |