* include/virterror.h: applied patch from Daniel Berrange for out of

tree compiles.
Daniel
This commit is contained in:
Daniel Veillard 2006-03-24 22:36:47 +00:00
parent a453b65e09
commit 978115dc04
3 changed files with 7 additions and 2 deletions

View File

@ -1,3 +1,8 @@
Fri Mar 24 23:36:05 CET 2006 Daniel Veillard <veillard@redhat.com>
* include/virterror.h: applied patch from Daniel Berrange for out of
tree compiles.
Fri Mar 24 14:17:52 CET 2006 Daniel Veillard <veillard@redhat.com>
* libvirt.pc.in: applied patch from Daniel Berrange to fix --cflags

View File

@ -14,7 +14,7 @@
#ifndef __VIR_VIRERR_H__
#define __VIR_VIRERR_H__
#include <libvirt.h>
#include "libvirt.h"
#ifdef __cplusplus
extern "C" {

View File

@ -14,7 +14,7 @@
#ifndef __VIR_VIRERR_H__
#define __VIR_VIRERR_H__
#include <libvirt.h>
#include "libvirt.h"
#ifdef __cplusplus
extern "C" {