aboutsummaryrefslogtreecommitdiff
path: root/docs/nng_http_res_add_header.adoc
diff options
context:
space:
mode:
Diffstat (limited to 'docs/nng_http_res_add_header.adoc')
-rw-r--r--docs/nng_http_res_add_header.adoc1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/nng_http_res_add_header.adoc b/docs/nng_http_res_add_header.adoc
index 6b2dc58b..3c9c6379 100644
--- a/docs/nng_http_res_add_header.adoc
+++ b/docs/nng_http_res_add_header.adoc
@@ -18,6 +18,7 @@ nng_http_res_add_header - add HTTP response header
[source, c]
-----------
#include <nng/nng.h>
+#include <nng/supplemental/http/http.h>
int nng_http_res_add_header(nng_http_res *res, const char *key,
const char *val);