aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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"