mirror of
https://git.savannah.nongnu.org/git/lwip.git
synced 2025-08-06 22:44:38 +08: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__
|
#ifndef __LWIP_DEBUG_H__
|
||||||
#define __LWIP_DEBUG_H__
|
#define __LWIP_DEBUG_H__
|
||||||
|
|
||||||
|
#include <stdlib.h>
|
||||||
|
|
||||||
#include "lwipopts.h"
|
#include "lwipopts.h"
|
||||||
|
|
||||||
#ifdef LWIP_DEBUG
|
#ifdef LWIP_DEBUG
|
||||||
|
Loading…
x
Reference in New Issue
Block a user