diff options
Diffstat (limited to 'docs/nng_http_req_get_header.adoc')
| -rw-r--r-- | docs/nng_http_req_get_header.adoc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/nng_http_req_get_header.adoc b/docs/nng_http_req_get_header.adoc index 5faabf1a..cae37e9f 100644 --- a/docs/nng_http_req_get_header.adoc +++ b/docs/nng_http_req_get_header.adoc @@ -18,6 +18,7 @@ nng_http_req_get_header - return HTTP request header [source, c] ----------- #include <nng/nng.h> +#include <nng/supplemental/http/http.h> const char *nng_http_req_get_header(nng_http_req *req, const char *key); ----------- |
