mirror of
https://git.savannah.nongnu.org/git/lwip.git
synced 2026-08-10 01:23:48 +08:00
Added #include <stdlib.h> to ensure abort() is known
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user