Commit 3b9a42e2 authored by Johny Mattsson's avatar Johny Mattsson
Browse files

Updated #includes to work on new SDK.

Both "c_types.h" and "lwip/ip_addr.h" don't get included indirectly anymore.
parent cc220d92
...@@ -5,6 +5,8 @@ ...@@ -5,6 +5,8 @@
extern "C" { extern "C" {
#endif #endif
#include "c_types.h"
#include "lwip/ip_addr.h"
#include "espconn.h" #include "espconn.h"
#include "pdu.h" #include "pdu.h"
#include "hash.h" #include "hash.h"
......
...@@ -3,6 +3,8 @@ ...@@ -3,6 +3,8 @@
#ifndef _ROM_H_ #ifndef _ROM_H_
#define _ROM_H_ #define _ROM_H_
#include "c_types.h"
// SHA1 is assumed to match the netbsd sha1.h headers // SHA1 is assumed to match the netbsd sha1.h headers
#define SHA1_DIGEST_LENGTH 20 #define SHA1_DIGEST_LENGTH 20
#define SHA1_DIGEST_STRING_LENGTH 41 #define SHA1_DIGEST_STRING_LENGTH 41
......
...@@ -12,6 +12,7 @@ ...@@ -12,6 +12,7 @@
#include "c_types.h" #include "c_types.h"
#include "mem.h" #include "mem.h"
#include "lwip/ip_addr.h"
#include "espconn.h" #include "espconn.h"
#include "driver/uart.h" #include "driver/uart.h"
......
...@@ -12,6 +12,7 @@ ...@@ -12,6 +12,7 @@
#include "c_types.h" #include "c_types.h"
#include "mem.h" #include "mem.h"
#include "lwip/ip_addr.h"
#include "espconn.h" #include "espconn.h"
#include "mqtt_msg.h" #include "mqtt_msg.h"
......
...@@ -12,6 +12,7 @@ ...@@ -12,6 +12,7 @@
#include "c_types.h" #include "c_types.h"
#include "mem.h" #include "mem.h"
#include "lwip/ip_addr.h"
#include "espconn.h" #include "espconn.h"
#include "lwip/dns.h" #include "lwip/dns.h"
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment