diff --git a/include/types/ssl_crtlist.h b/include/types/ssl_crtlist.h index bcece4ecf..095a1279d 100644 --- a/include/types/ssl_crtlist.h +++ b/include/types/ssl_crtlist.h @@ -23,9 +23,14 @@ #define _TYPES_SSL_CRTLIST_H #ifdef USE_OPENSSL +#include + #include -#include +/* forward declarations for structures below */ +struct bind_conf; +struct ssl_bind_conf; +struct proxy; /* list of bind conf used by struct crtlist */ struct bind_conf_list {