mirror of
https://github.com/lwip-tcpip/lwip.git
synced 2024-12-25 18:14:53 +00:00
Added #include <stdlib.h> to ensure abort() is known
This commit is contained in:
parent
8bd53b5be8
commit
7ea512e7fa
@ -32,6 +32,8 @@
|
||||
#ifndef __LWIP_DEBUG_H__
|
||||
#define __LWIP_DEBUG_H__
|
||||
|
||||
#include <stdlib.h>
|
||||
|
||||
#include "lwipopts.h"
|
||||
|
||||
#ifdef LWIP_DEBUG
|
||||
|
Loading…
Reference in New Issue
Block a user