From 978115dc04f42210809a79eb42c6c369c1ce4472 Mon Sep 17 00:00:00 2001 From: Daniel Veillard Date: Fri, 24 Mar 2006 22:36:47 +0000 Subject: [PATCH] * include/virterror.h: applied patch from Daniel Berrange for out of tree compiles. Daniel --- ChangeLog | 5 +++++ include/libvirt/virterror.h | 2 +- include/virterror.h | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index c4420c0896..fd6ad5b0b6 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Fri Mar 24 23:36:05 CET 2006 Daniel Veillard + + * include/virterror.h: applied patch from Daniel Berrange for out of + tree compiles. + Fri Mar 24 14:17:52 CET 2006 Daniel Veillard * libvirt.pc.in: applied patch from Daniel Berrange to fix --cflags diff --git a/include/libvirt/virterror.h b/include/libvirt/virterror.h index 1c7c22db43..7362553175 100644 --- a/include/libvirt/virterror.h +++ b/include/libvirt/virterror.h @@ -14,7 +14,7 @@ #ifndef __VIR_VIRERR_H__ #define __VIR_VIRERR_H__ -#include +#include "libvirt.h" #ifdef __cplusplus extern "C" { diff --git a/include/virterror.h b/include/virterror.h index 1c7c22db43..7362553175 100644 --- a/include/virterror.h +++ b/include/virterror.h @@ -14,7 +14,7 @@ #ifndef __VIR_VIRERR_H__ #define __VIR_VIRERR_H__ -#include +#include "libvirt.h" #ifdef __cplusplus extern "C" {