aboutsummaryrefslogtreecommitdiff
path: root/src/sp/protocol/survey0/xrespond.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/sp/protocol/survey0/xrespond.c')
-rw-r--r--src/sp/protocol/survey0/xrespond.c11
1 files changed, 8 insertions, 3 deletions
diff --git a/src/sp/protocol/survey0/xrespond.c b/src/sp/protocol/survey0/xrespond.c
index 0e04b516..e9fa209c 100644
--- a/src/sp/protocol/survey0/xrespond.c
+++ b/src/sp/protocol/survey0/xrespond.c
@@ -8,9 +8,14 @@
// found online at https://opensource.org/licenses/MIT.
//
-#include <stdlib.h>
-
-#include "core/nng_impl.h"
+#include "../../../core/aio.h"
+#include "../../../core/defs.h"
+#include "../../../core/idhash.h"
+#include "../../../core/message.h"
+#include "../../../core/msgqueue.h"
+#include "../../../core/pipe.h"
+#include "../../../core/protocol.h"
+#include "../../../core/socket.h"
// Respondent protocol. The RESPONDENT protocol is the "replier" side of
// the surveyor pattern. This is useful for building service discovery, or