aboutsummaryrefslogtreecommitdiff
path: root/docs/nng_http_server_hold.adoc
diff options
context:
space:
mode:
Diffstat (limited to 'docs/nng_http_server_hold.adoc')
-rw-r--r--docs/nng_http_server_hold.adoc1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/nng_http_server_hold.adoc b/docs/nng_http_server_hold.adoc
index 17e6397f..9abe636c 100644
--- a/docs/nng_http_server_hold.adoc
+++ b/docs/nng_http_server_hold.adoc
@@ -18,6 +18,7 @@ nng_http_server_hold - get and hold HTTP server instance
[source, c]
-----------
#include <nng/nng.h>
+#include <nng/supplemental/http/http.h>
int nng_http_server_hold(nng_http_server **serverp, const nng_url *url);
-----------