Fixed bug #27114: Missing #include in api_msg.c on LWIP 1.3.1RC1; added include <string.h>

This commit is contained in:
goldsimon 2009-07-27 15:13:24 +00:00
parent 893ddcf61b
commit cc4b968f0a

View File

@ -52,6 +52,8 @@
#include "lwip/igmp.h"
#include "lwip/dns.h"
#include <string.h>
/* forward declarations */
#if LWIP_TCP
static err_t do_writemore(struct netconn *conn);