From 9df6eb2dcab0235a3c6f1693bcd3d0bd636d1b74 Mon Sep 17 00:00:00 2001 From: normal Date: Fri, 26 Jun 2015 18:59:59 +0000 Subject: 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. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@51041 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- st.c | 1 + 1 file changed, 1 insertion(+) (limited to 'st.c') diff --git a/st.c b/st.c index e238062336..df616d4ade 100644 --- a/st.c +++ b/st.c @@ -14,6 +14,7 @@ #include #endif #include +#include "ccan/list/list.h" typedef struct st_table_entry st_table_entry; -- cgit v1.2.3