diff options
Diffstat (limited to 'docs/nng_http_req_set_method.adoc')
| -rw-r--r-- | docs/nng_http_req_set_method.adoc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/nng_http_req_set_method.adoc b/docs/nng_http_req_set_method.adoc index 1584e79b..1251b7f2 100644 --- a/docs/nng_http_req_set_method.adoc +++ b/docs/nng_http_req_set_method.adoc @@ -18,6 +18,7 @@ nng_http_req_set_method - set HTTP request method [source, c] ----------- #include <nng/nng.h> +#include <nng/supplemental/http/http.h> int nng_http_req_set_method(nng_http_req *req, const char *method); ----------- |
