Mailing List Archive

[xen-unstable] libxl: use system include for libxl_uuid.h
# HG changeset patch
# User Ian Campbell <ian.campbell@citrix.com>
# Date 1301594659 -3600
# Node ID 7f894a4cf702e806c21d5dc9aa106752311dce91
# Parent 2b72369165e5c97b62c6f58bbe0f6cf7beffb62c
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@citrix.com>
Acked-by: Ian Jackson <ian.jackson@eu.citrix.com>
Committed-by: Ian Jackson <ian.jackson@eu.citrix.com>
---


diff -r 2b72369165e5 -r 7f894a4cf702 tools/libxl/libxl.h
--- a/tools/libxl/libxl.h Thu Mar 31 19:02:55 2011 +0100
+++ b/tools/libxl/libxl.h Thu Mar 31 19:04:19 2011 +0100
@@ -131,7 +131,7 @@
#include <xs.h>
#include <sys/wait.h> /* for pid_t */

-#include "libxl_uuid.h"
+#include <libxl_uuid.h>

typedef uint8_t libxl_mac[6];


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