A bit of header file rearrangement. Rich. -- Emerging Technologies, Red Hat - http://et.redhat.com/~rjones/ Registered Address: Red Hat UK Ltd, Amberley Place, 107-111 Peascod Street, Windsor, Berkshire, SL4 1TE, United Kingdom. Registered in England and Wales under Company Registration No. 03798903
Index: src/sexpr.c =================================================================== RCS file: /data/cvs/libvirt/src/sexpr.c,v retrieving revision 1.10 diff -u -r1.10 sexpr.c --- src/sexpr.c 5 Dec 2007 21:31:07 -0000 1.10 +++ src/sexpr.c 7 Dec 2007 11:03:05 -0000 @@ -12,15 +12,15 @@ #include "config.h" -#include "sexpr.h" -#include "internal.h" - +#include <stdio.h> #include <malloc.h> #include <string.h> -#include <stdio.h> #include <ctype.h> #include <errno.h> +#include "internal.h" +#include "sexpr.h" + /** * virSexprError: * @conn: the connection if available
Attachment:
smime.p7s
Description: S/MIME Cryptographic Signature
-- Libvir-list mailing list Libvir-list@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/libvir-list