Browse Source

Try to fix build of mqtt after ALTCP_TLS changes

STABLE-2_1_x
Dirk Ziegelmeier 9 years ago
parent
commit
1c5237b6c4
  1. 1
      src/include/lwip/apps/mqtt.h

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

@ -40,6 +40,7 @@
#include "lwip/apps/mqtt_opts.h"
#include "lwip/err.h"
#include "lwip/ip_addr.h"
#include "lwip/apps/altcp_tls.h"
#ifdef __cplusplus
extern "C" {

Loading…
Cancel
Save