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;