diff options
Diffstat (limited to 'src/core/nng_impl.h')
| -rw-r--r-- | src/core/nng_impl.h | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/src/core/nng_impl.h b/src/core/nng_impl.h index 4d982113..82d39419 100644 --- a/src/core/nng_impl.h +++ b/src/core/nng_impl.h @@ -44,11 +44,14 @@ #include "core/message.h" #include "core/msgqueue.h" #include "core/panic.h" -#include "core/pipe.h" #include "core/snprintf.h" #include "core/platform.h" #include "core/protocol.h" -#include "core/socket.h" #include "core/transport.h" +/* These have to come after the others - particularly transport.h */ +#include "core/pipe.h" +#include "core/socket.h" +#include "core/endpt.h" + #endif /* CORE_NNG_IMPL_H */ |
