diff options
Diffstat (limited to 'src/hyperv/hyperv_network_driver.c')
-rw-r--r-- | src/hyperv/hyperv_network_driver.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/hyperv/hyperv_network_driver.c b/src/hyperv/hyperv_network_driver.c index 2f9fcab0e0..06b051bc33 100644 --- a/src/hyperv/hyperv_network_driver.c +++ b/src/hyperv/hyperv_network_driver.c @@ -27,7 +27,7 @@ #include "virterror_internal.h" #include "datatypes.h" #include "util.h" -#include "memory.h" +#include "viralloc.h" #include "virlog.h" #include "uuid.h" #include "hyperv_network_driver.h" |