aboutsummaryrefslogtreecommitdiff
path: root/src/supplemental/tls
diff options
context:
space:
mode:
authorGarrett D'Amore <garrett@damore.org>2025-01-05 08:39:55 -0800
committerGarrett D'Amore <garrett@damore.org>2025-01-05 08:39:55 -0800
commitf08a488c30ff102c29f589c138bae29d91dccb2a (patch)
tree4e8ffacabb0b90537ac97c806e27f53cb4c3547f /src/supplemental/tls
parentf77e5a5ec7f8b1373eeda0ea56f47137daf40330 (diff)
downloadnng-f08a488c30ff102c29f589c138bae29d91dccb2a.tar.gz
nng-f08a488c30ff102c29f589c138bae29d91dccb2a.tar.bz2
nng-f08a488c30ff102c29f589c138bae29d91dccb2a.zip
Liberally apply some UWYI (use what you include) to header files
Diffstat (limited to 'src/supplemental/tls')
-rw-r--r--src/supplemental/tls/tls_api.h2
1 files changed, 2 insertions, 0 deletions
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 *);