diff --git a/core/net/ip/uip.h b/core/net/ip/uip.h index c6a50d6997f..47ef0fdc745 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. *