aboutsummaryrefslogtreecommitdiff
path: root/docs/nng_http_server_stop.adoc
diff options
context:
space:
mode:
Diffstat (limited to 'docs/nng_http_server_stop.adoc')
-rw-r--r--docs/nng_http_server_stop.adoc1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/nng_http_server_stop.adoc b/docs/nng_http_server_stop.adoc
index f2577b2e..32655d9a 100644
--- a/docs/nng_http_server_stop.adoc
+++ b/docs/nng_http_server_stop.adoc
@@ -18,6 +18,7 @@ nng_http_server_stop - stop HTTP server
[source, c]
-----------
#include <nng/nng.h>
+#include <nng/supplemental/http/http.h>
void nng_http_server_stop(nng_http_server *server);
-----------