aboutsummaryrefslogtreecommitdiff
path: root/docs/nng_http_req_get_method.adoc
diff options
context:
space:
mode:
Diffstat (limited to 'docs/nng_http_req_get_method.adoc')
-rw-r--r--docs/nng_http_req_get_method.adoc1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/nng_http_req_get_method.adoc b/docs/nng_http_req_get_method.adoc
index 63d9970f..6dd387ad 100644
--- a/docs/nng_http_req_get_method.adoc
+++ b/docs/nng_http_req_get_method.adoc
@@ -18,6 +18,7 @@ nng_http_req_get_method - return HTTP request method
[source, c]
-----------
#include <nng/nng.h>
+#include <nng/supplemental/http/http.h>
const char *nng_http_req_get_method(nng_http_req *req);
-----------