http_client.h: Include lwip/pbuf.h

struct pbuf is used by httpc_headers_done_fn, thus need to include
lwip/pbuf.h.

Signed-off-by: Axel Lin <axel.lin@ingics.com>
This commit is contained in:
Axel Lin 2018-03-07 15:24:14 +08:00
parent 0411332856
commit 971404ff90

View File

@ -43,6 +43,7 @@
#include "lwip/err.h"
#include "lwip/altcp.h"
#include "lwip/prot/iana.h"
#include "lwip/pbuf.h"
#ifdef __cplusplus
extern "C" {