aboutsummaryrefslogtreecommitdiff
path: root/src/core/stream.c
diff options
context:
space:
mode:
authorGarrett D'Amore <garrett@damore.org>2025-11-09 08:12:55 -0800
committerGarrett D'Amore <garrett@damore.org>2025-11-09 08:12:55 -0800
commit9ec4c91956c7b208dc2b6e755cc458e3d8d5a2ef (patch)
tree7547bc630eff58e97053b653ef10f612799bd681 /src/core/stream.c
parent98e6bbd1ae4e7c34feb2c7ad70aa377112a9a13f (diff)
downloadnng-9ec4c91956c7b208dc2b6e755cc458e3d8d5a2ef.tar.gz
nng-9ec4c91956c7b208dc2b6e755cc458e3d8d5a2ef.tar.bz2
nng-9ec4c91956c7b208dc2b6e755cc458e3d8d5a2ef.zip
chore: IWYU for stream.c
Diffstat (limited to 'src/core/stream.c')
-rw-r--r--src/core/stream.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/core/stream.c b/src/core/stream.c
index c5e719ea..270c50e7 100644
--- a/src/core/stream.c
+++ b/src/core/stream.c
@@ -12,10 +12,12 @@
#include <string.h>
+#include "aio.h"
#include "defs.h"
-#include "nng_impl.h"
+#include "platform.h"
#include "sockfd.h"
#include "tcp.h"
+#include "url.h"
#include "../supplemental/tls/tls_api.h"
#include "../supplemental/websocket/websocket.h"