aboutsummaryrefslogtreecommitdiff
path: root/docs/man/nng_http_handler_collect_body.3http.adoc
diff options
context:
space:
mode:
Diffstat (limited to 'docs/man/nng_http_handler_collect_body.3http.adoc')
-rw-r--r--docs/man/nng_http_handler_collect_body.3http.adoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/man/nng_http_handler_collect_body.3http.adoc b/docs/man/nng_http_handler_collect_body.3http.adoc
index d02919cd..5012680d 100644
--- a/docs/man/nng_http_handler_collect_body.3http.adoc
+++ b/docs/man/nng_http_handler_collect_body.3http.adoc
@@ -18,7 +18,7 @@ nng_http_handler_collect_body - set HTTP handler to collect request body
[source, c]
----
#include <nng/nng.h>
-#include <nng/supplemental/http/http.h>
+#include <nng/http.h>
void nng_http_handler_collect_body(nng_http_handler *handler, bool want, size_t maxsz);
----