aboutsummaryrefslogtreecommitdiff
path: root/docs/nng_http_req_alloc.adoc
diff options
context:
space:
mode:
Diffstat (limited to 'docs/nng_http_req_alloc.adoc')
-rw-r--r--docs/nng_http_req_alloc.adoc1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/nng_http_req_alloc.adoc b/docs/nng_http_req_alloc.adoc
index 32e756be..002b499b 100644
--- a/docs/nng_http_req_alloc.adoc
+++ b/docs/nng_http_req_alloc.adoc
@@ -18,6 +18,7 @@ nng_http_req_alloc - allocate HTTP request structure
[source, c]
-----------
#include <nng/nng.h>
+#include <nng/supplemental/http/http.h>
int nng_http_req_alloc(nng_http_req **reqp, const nng_url *url);
-----------