Added some missing string.h includes.

This commit is contained in:
likewise
2005-01-24 21:05:47 +00:00
parent 2cf4287197
commit 6880fa62f8
4 changed files with 8 additions and 12 deletions

View File

@@ -33,15 +33,14 @@
/* Some ICMP messages should be passed to the transport protocols. This
is not implemented. */
#include "lwip/opt.h"
#include <string.h>
#include "lwip/opt.h"
#include "lwip/icmp.h"
#include "lwip/inet.h"
#include "lwip/ip.h"
#include "lwip/def.h"
#include "lwip/stats.h"
#include "lwip/snmp.h"
void

View File

@@ -37,12 +37,13 @@
*
*/
#include <string.h>
#include "lwip/opt.h"
#include "lwip/sys.h"
#include "lwip/ip.h"
#include "lwip/ip_frag.h"
#include "lwip/netif.h"
#include "lwip/stats.h"