Added #include <stdlib.h> to ensure abort() is known

This commit is contained in:
kieranm 2002-12-05 09:41:04 +00:00
parent 8bd53b5be8
commit 7ea512e7fa

View File

@ -32,6 +32,8 @@
#ifndef __LWIP_DEBUG_H__
#define __LWIP_DEBUG_H__
#include <stdlib.h>
#include "lwipopts.h"
#ifdef LWIP_DEBUG