From 997aef49d8dc0ed6f6bd15d900030838e63fc12f Mon Sep 17 00:00:00 2001 From: Joakim Gebart Date: Wed, 11 Jun 2014 17:42:15 +0200 Subject: [PATCH] core/net/uip.h: Add missing #include Fixes implicit definition of memcmp() warnings/errors. Signed-off-by: Joakim Gebart --- core/net/ip/uip.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/core/net/ip/uip.h b/core/net/ip/uip.h index c6a50d699..47ef0fdc7 100644 --- a/core/net/ip/uip.h +++ b/core/net/ip/uip.h @@ -92,6 +92,9 @@ #include "net/ip/uipopt.h" +/* For memcmp */ +#include + /** * Representation of an IP address. *