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