diff options
Diffstat (limited to 'docs/nng_http_conn_write_res.adoc')
| -rw-r--r-- | docs/nng_http_conn_write_res.adoc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/nng_http_conn_write_res.adoc b/docs/nng_http_conn_write_res.adoc index 31e438b4..b5601841 100644 --- a/docs/nng_http_conn_write_res.adoc +++ b/docs/nng_http_conn_write_res.adoc @@ -18,6 +18,7 @@ nng_http_conn_write_res - write HTTP response [source, c] ----------- #include <nng/nng.h> +#include <nng/supplemental/http/http.h> void nng_http_conn_write_res(nng_http_conn *conn, nng_http_res *res, nng_aio *aio); |
