[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Xen-devel] [PATCH] libxl: use system include for libxl_uuid.h



# HG changeset patch
# User Ian Campbell <ian.campbell@xxxxxxxxxx>
# Date 1300969712 0
# Node ID 6c50304f695b3af7187fc80699da3b56888fdf76
# Parent  07eafdc0f9da9b0e4403f57aab4e9f26a6786a7e
libxl: use system include for libxl_uuid.h

We install libxl_uuid.h into the system include directory and refer to
it from libxl.h, hence we should include with <> not "".

Signed-off-by: Ian Campbell <ian.campbell@xxxxxxxxxx>

diff -r 07eafdc0f9da -r 6c50304f695b tools/libxl/libxl.h
--- a/tools/libxl/libxl.h       Thu Mar 24 12:20:49 2011 +0000
+++ b/tools/libxl/libxl.h       Thu Mar 24 12:28:32 2011 +0000
@@ -136,7 +136,7 @@
 #include <xen/sched.h>
 #include <xen/sysctl.h>
 
-#include "libxl_uuid.h"
+#include <libxl_uuid.h>
 
 typedef uint8_t libxl_mac[6];
 

_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel


 


Rackspace

Lists.xenproject.org is hosted with RackSpace, monitoring our
servers 24x7x365 and backed by RackSpace's Fanatical Support®.