From 4f1ea70fd1875aa045dc51fd0da770199f92449a Mon Sep 17 00:00:00 2001 From: "Daniel P. Berrange" Date: Tue, 12 Nov 2013 18:21:52 +0000 Subject: Import VIR_ALLOC / VIR_ALLOC_N / VIR_REALLOC_N functions Import the libvirt memory allocation functions, stripping the OOM testing and error reporting pieces. Signed-off-by: Daniel P. Berrange --- libvirt-lxc-override.c | 1 + 1 file changed, 1 insertion(+) (limited to 'libvirt-lxc-override.c') diff --git a/libvirt-lxc-override.c b/libvirt-lxc-override.c index 9b8cd4c..03b00b0 100644 --- a/libvirt-lxc-override.c +++ b/libvirt-lxc-override.c @@ -18,6 +18,7 @@ #include #include #include "typewrappers.h" +#include "libvirt-utils.h" #include "build/libvirt-lxc.h" #ifndef __CYGWIN__ -- cgit v1.2.1