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. *