summaryrefslogtreecommitdiff
path: root/src/conf/netdev_vport_profile_conf.c
diff options
context:
space:
mode:
authorDaniel P. Berrange <berrange@redhat.com>2012-12-12 18:06:53 +0000
committerDaniel P. Berrange <berrange@redhat.com>2012-12-21 11:17:14 +0000
commitab9b7ec2f6dd3a0bf3560e09efa3532fa19601e1 (patch)
tree5d42e18e65a384406a57786dce5ff9b7de1bbecf /src/conf/netdev_vport_profile_conf.c
parent936d95d347ca0217c44c926fa833d11c690f064c (diff)
downloadlibvirt-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.c2
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