tools/ocaml: Add a missing dependency to the xenctrl ocaml package
authorJon Ludlam <jonathan.ludlam@eu.citrix.com>
Mon, 10 Oct 2011 15:38:08 +0000 (16:38 +0100)
committerJon Ludlam <jonathan.ludlam@eu.citrix.com>
Mon, 10 Oct 2011 15:38:08 +0000 (16:38 +0100)
Signed-off-by: Jon Ludlam <jonathan.ludlam@eu.citrix.com>
Acked-by: Ian Campbell <ian.campbell.com>
Committed-by: Ian Jackson <ian.jackson.citrix.com>
tools/ocaml/libs/xc/META.in

index 298cc4b9675db5cd17e57ec820c2127464bd9aae..20aa1b87cadb995414c25836e78de99b8c716362 100644 (file)
@@ -1,5 +1,5 @@
 version = "@VERSION@"
 description = "Xen Control Interface"
-requires = "xenmmap,uuid"
+requires = "unix,xenmmap,uuid"
 archive(byte) = "xenctrl.cma"
 archive(native) = "xenctrl.cmxa"