# HG changeset patch # User "Daniel P. Berrange " # Node ID 7e080d63ac84ab4504d8239d543e384dc0170b62 # Parent 6a2b3295866428631f2259207f5f5a3da9bfb7f5 Fixed include files when placed into /usr/include/libvirt/ subdir diff -r 6a2b32958664 -r 7e080d63ac84 include/virterror.h --- a/include/virterror.h Thu Mar 23 16:53:26 2006 -0500 +++ b/include/virterror.h Thu Mar 23 16:53:55 2006 -0500 @@ -14,7 +14,7 @@ #ifndef __VIR_VIRERR_H__ #define __VIR_VIRERR_H__ -#include +#include "libvirt.h" #ifdef __cplusplus extern "C" {