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:
Joakim Gebart 2014-06-11 17:42:15 +02:00
parent fb4fc312f1
commit 997aef49d8

View file

@ -92,6 +92,9 @@
#include "net/ip/uipopt.h"
/* For memcmp */
#include <string.h>
/**
* Representation of an IP address.
*