From 675593221c25dbebaaf8e4ce9f4271a8fb0171d0 Mon Sep 17 00:00:00 2001 From: Rusty Russell Date: Wed, 21 Mar 2012 00:58:14 +1030 Subject: lib/ccan: namespacize ccan/list to avoid conflict with OpenIndiana's sys/list.h CCAN includes a little utility called "namespacize" which prepends ccan_ to all public methods of a module, and fixes up any dependencies it finds. It's a little primitive, but it works here. Signed-off-by: Rusty Russell --- lib/ccan/failtest/_info | 1 + 1 file changed, 1 insertion(+) (limited to 'lib/ccan/failtest/_info') diff --git a/lib/ccan/failtest/_info b/lib/ccan/failtest/_info index 4a5b97c931..ac9b09aea3 100644 --- a/lib/ccan/failtest/_info +++ b/lib/ccan/failtest/_info @@ -68,6 +68,7 @@ int main(int argc, char *argv[]) printf("ccan/compiler\n"); printf("ccan/hash\n"); printf("ccan/htable\n"); + printf("ccan/list\n"); printf("ccan/read_write_all\n"); printf("ccan/str\n"); printf("ccan/time\n"); -- cgit