diff options
Diffstat (limited to 'docs/nng_http_req_copy_data.adoc')
| -rw-r--r-- | docs/nng_http_req_copy_data.adoc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/nng_http_req_copy_data.adoc b/docs/nng_http_req_copy_data.adoc index 5410d486..c1169acb 100644 --- a/docs/nng_http_req_copy_data.adoc +++ b/docs/nng_http_req_copy_data.adoc @@ -18,6 +18,7 @@ nng_http_req_copy_data - copy HTTP request body [source, c] ----------- #include <nng/nng.h> +#include <nng/supplemental/http/http.h> int nng_http_req_copy_data(nng_http_req *req, const void *body, size_t size); ----------- |
