ruby-changes:38960
From: normal <ko1@a...>
Date: Sat, 27 Jun 2015 04:00:40 +0900 (JST)
Subject: [ruby-changes:38960] normal:r51041 (trunk): st.c: include ccan/list/list.h to test build
normal 2015-06-27 03:59:59 +0900 (Sat, 27 Jun 2015) New Revision: 51041 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=51041 Log: st.c: include ccan/list/list.h to test build I suspect the build failures with r51034 ("st.c: use ccan linked-list") on ko1's CI machine was due to me forgetting to update common.mk :x Lets see what happens when I only include ccan/list/list.h Will followup with appropriate reverts or reinstating the rest of r51034 along with a common.mk update as I watch CI build. Modified files: trunk/st.c Index: st.c =================================================================== --- st.c (revision 51040) +++ st.c (revision 51041) @@ -14,6 +14,7 @@ https://github.com/ruby/ruby/blob/trunk/st.c#L14 #include <stdlib.h> #endif #include <string.h> +#include "ccan/list/list.h" typedef struct st_table_entry st_table_entry; -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/