aboutsummaryrefslogtreecommitdiff
path: root/docs/nng_http_server_add_handler.adoc
diff options
context:
space:
mode:
Diffstat (limited to 'docs/nng_http_server_add_handler.adoc')
-rw-r--r--docs/nng_http_server_add_handler.adoc1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/nng_http_server_add_handler.adoc b/docs/nng_http_server_add_handler.adoc
index 64645fbf..728352a5 100644
--- a/docs/nng_http_server_add_handler.adoc
+++ b/docs/nng_http_server_add_handler.adoc
@@ -18,6 +18,7 @@ nng_http_server_add_handler - add HTTP server handler
[source, c]
-----------
#include <nng/nng.h>
+#include <nng/supplemental/http/http.h>
int nng_http_server_add_handler(nng_http_server *s, nng_http_handler *h);
-----------