aboutsummaryrefslogtreecommitdiff
path: root/src/core/nng_impl.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/nng_impl.h')
-rw-r--r--src/core/nng_impl.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/core/nng_impl.h b/src/core/nng_impl.h
index fdb2ce94..9af12720 100644
--- a/src/core/nng_impl.h
+++ b/src/core/nng_impl.h
@@ -52,7 +52,8 @@
// These have to come after the others - particularly transport.h
-#include "core/endpt.h"
+#include "core/dialer.h"
+#include "core/listener.h"
#include "core/pipe.h"
#include "core/socket.h"