mirror of
https://github.com/lwip-tcpip/lwip.git
synced 2024-11-19 05:10:40 +00:00
Added missing include to <string.h>
This commit is contained in:
parent
62c27f7fce
commit
3a6165f0b9
@ -42,6 +42,9 @@
|
|||||||
#include "lwip/ip_addr.h"
|
#include "lwip/ip_addr.h"
|
||||||
#include "lwip/api.h"
|
#include "lwip/api.h"
|
||||||
|
|
||||||
|
#include <string.h>
|
||||||
|
#include <stdlib.h>
|
||||||
|
|
||||||
/** helper struct for gethostbyname_r to access the char* buffer */
|
/** helper struct for gethostbyname_r to access the char* buffer */
|
||||||
struct gethostbyname_r_helper {
|
struct gethostbyname_r_helper {
|
||||||
struct ip_addr *addrs;
|
struct ip_addr *addrs;
|
||||||
|
@ -56,6 +56,8 @@
|
|||||||
#include "lwip/stats.h"
|
#include "lwip/stats.h"
|
||||||
#include "arch/perf.h"
|
#include "arch/perf.h"
|
||||||
|
|
||||||
|
#include <string.h>
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* The interface that provided the packet for the current callback
|
* The interface that provided the packet for the current callback
|
||||||
* invocation.
|
* invocation.
|
||||||
|
Loading…
Reference in New Issue
Block a user