Skip to content

Commit

Permalink
core/net/uip.h: Add missing #include <string.h>
Browse files Browse the repository at this point in the history
Fixes implicit definition of memcmp() warnings/errors.

Signed-off-by: Joakim Gebart <joakim.gebart@eistec.se>
  • Loading branch information
Joakim Gebart committed Jun 11, 2014
1 parent fb4fc31 commit 997aef4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions core/net/ip/uip.h
Expand Up @@ -92,6 +92,9 @@

#include "net/ip/uipopt.h"

/* For memcmp */
#include <string.h>

/**
* Representation of an IP address.
*
Expand Down

0 comments on commit 997aef4

Please sign in to comment.