Browse Source

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>
STABLE-2_1_x
Axel Lin 8 years ago
parent
commit
971404ff90
  1. 1
      src/include/lwip/apps/http_client.h

1
src/include/lwip/apps/http_client.h

@ -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" {

Loading…
Cancel
Save