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