core/net/uip.h: Add missing #include <string.h>
Fixes implicit definition of memcmp() warnings/errors. Signed-off-by: Joakim Gebart <joakim.gebart@eistec.se>
This commit is contained in:
parent
fb4fc312f1
commit
997aef49d8
1 changed files with 3 additions and 0 deletions
|
@ -92,6 +92,9 @@
|
||||||
|
|
||||||
#include "net/ip/uipopt.h"
|
#include "net/ip/uipopt.h"
|
||||||
|
|
||||||
|
/* For memcmp */
|
||||||
|
#include <string.h>
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Representation of an IP address.
|
* Representation of an IP address.
|
||||||
*
|
*
|
||||||
|
|
Loading…
Reference in a new issue