BUILD: ssl: include mini-clist.h

We use some list definitions and we don't include this header which
is in fact accidently inherited from others, causing a circular
dependency issue.
diff --git a/include/types/ssl_sock.h b/include/types/ssl_sock.h
index 9155b6d..c67085e 100644
--- a/include/types/ssl_sock.h
+++ b/include/types/ssl_sock.h
@@ -27,6 +27,7 @@
 #include <eb64tree.h>
 
 #include <common/hathreads.h>
+#include <common/mini-clist.h>
 #include <common/openssl-compat.h>
 
 struct pkey_info {