diff options
Diffstat (limited to 'docs/nng_http_handler_set_data.adoc')
| -rw-r--r-- | docs/nng_http_handler_set_data.adoc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/nng_http_handler_set_data.adoc b/docs/nng_http_handler_set_data.adoc index 6daac924..f9728b63 100644 --- a/docs/nng_http_handler_set_data.adoc +++ b/docs/nng_http_handler_set_data.adoc @@ -18,6 +18,7 @@ nng_http_handler_get_data - set extra data for HTTP handler [source, c] ----------- #include <nng/nng.h> +#include <nng/supplemental/http/http.h> void *nng_http_handler_get_data(nng_http_handler *handler, void *data, void (*dtor)(void *)); |
