Fix lwip to compile if MBED_CONF_LWIP_DEBUG_ENABLED is defined

File features/lwipstack/lwip-sys/arch/cc.h fails to compile
with error: 'MBED_NORETURN' does not name a type.
Fix with adding correct include.
pull/9936/head
Teppo Järvelin 2019-03-05 12:19:25 +02:00
parent 355f09bbac
commit 5d04df7afc
1 changed files with 1 additions and 0 deletions

View File

@ -34,6 +34,7 @@
#include <stdint.h>
#include <stddef.h> /* for size_t */
#include "mbed_toolchain.h"
#if LWIP_USE_EXTERNAL_MBEDTLS
#include "mbedtls/md5.h"