diff -r 226bfd584075 -r 144bdc33fdb6 src/server/proxy/httpclient.h --- a/src/server/proxy/httpclient.h Sun Feb 15 11:16:50 2026 +0100 +++ b/src/server/proxy/httpclient.h Sun Feb 15 12:24:38 2026 +0100 @@ -35,6 +35,7 @@ #include #include #include +#include #ifdef __cplusplus extern "C" { @@ -149,6 +150,9 @@ int http_client_start(HttpClient *client); + +void http_client_add_tests(CxTestSuite *suite); + #ifdef __cplusplus } #endif