From f08a488c30ff102c29f589c138bae29d91dccb2a Mon Sep 17 00:00:00 2001 From: Garrett D'Amore Date: Sun, 5 Jan 2025 08:39:55 -0800 Subject: Liberally apply some UWYI (use what you include) to header files --- src/supplemental/tls/tls_api.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/supplemental/tls') diff --git a/src/supplemental/tls/tls_api.h b/src/supplemental/tls/tls_api.h index afb8661c..83256593 100644 --- a/src/supplemental/tls/tls_api.h +++ b/src/supplemental/tls/tls_api.h @@ -12,6 +12,8 @@ #ifndef NNG_SUPPLEMENTAL_TLS_TLS_API_H #define NNG_SUPPLEMENTAL_TLS_TLS_API_H +#include "core/stream.h" + // The implementation supplies this function to create the TLS connection // object. All fields will be zeroed. extern int nni_tls_dialer_alloc(nng_stream_dialer **, const nng_url *); -- cgit v1.2.3-70-g09d2