Added missing include to <string.h>

This commit is contained in:
goldsimon 2009-08-11 14:38:55 +00:00
parent 62c27f7fce
commit 3a6165f0b9
2 changed files with 5 additions and 0 deletions

View File

@ -42,6 +42,9 @@
#include "lwip/ip_addr.h"
#include "lwip/api.h"
#include <string.h>
#include <stdlib.h>
/** helper struct for gethostbyname_r to access the char* buffer */
struct gethostbyname_r_helper {
struct ip_addr *addrs;

View File

@ -56,6 +56,8 @@
#include "lwip/stats.h"
#include "arch/perf.h"
#include <string.h>
/**
* The interface that provided the packet for the current callback
* invocation.