[Libvirt-cim] [PATCH] Replace #include of libvirt.h in ComputerSystem

Jay Gagnon grendel at linux.vnet.ibm.com
Mon Nov 5 15:17:27 UTC 2007


Dan Smith wrote:
> # HG changeset patch
> # User Dan Smith <danms at us.ibm.com>
> # Date 1194274759 28800
> # Node ID fa10054ee62b6f5bb7fc3f832464e4d6caf6f274
> # Parent  8ddace706d4a00e3097553e734dd1842aca0a97a
> Replace #include of libvirt.h in ComputerSystem
>
> Signed-off-by: Dan Smith <danms at us.ibm.com>
>
> diff -r 8ddace706d4a -r fa10054ee62b src/Virt_ComputerSystem.c
> --- a/src/Virt_ComputerSystem.c	Fri Nov 02 15:31:09 2007 -0700
> +++ b/src/Virt_ComputerSystem.c	Mon Nov 05 06:59:19 2007 -0800
> @@ -28,6 +28,8 @@
>  #include <cmpift.h>
>  #include <cmpimacs.h>
>
> +#include <libvirt.h>
> +
>  #include "cs_util.h"
>  #include "libcmpiutil.h"
>  #include "misc_util.h"
>
> _______________________________________________
> Libvirt-cim mailing list
> Libvirt-cim at redhat.com
> https://www.redhat.com/mailman/listinfo/libvirt-cim
>   
Nice change of pace to see a patch I can read without scrolling four
pages. :-P +1

-- 

-Jay




More information about the Libvirt-cim mailing list