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

# HG changeset patch # User Dan Smith <danms@us.ibm.com> # Date 1194274759 28800 # Node ID fa10054ee62b6f5bb7fc3f832464e4d6caf6f274 # Parent 8ddace706d4a00e3097553e734dd1842aca0a97a Replace #include of libvirt.h in ComputerSystem Signed-off-by: Dan Smith <danms@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"

Dan Smith wrote:
# HG changeset patch # User Dan Smith <danms@us.ibm.com> # Date 1194274759 28800 # Node ID fa10054ee62b6f5bb7fc3f832464e4d6caf6f274 # Parent 8ddace706d4a00e3097553e734dd1842aca0a97a Replace #include of libvirt.h in ComputerSystem
Signed-off-by: Dan Smith <danms@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@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
participants (2)
-
Dan Smith
-
Jay Gagnon