added include of string.h since memcpy are used
This commit is contained in:
parent
16a3f710a4
commit
56a3a71108
|
@ -33,7 +33,7 @@
|
||||||
*
|
*
|
||||||
* This file is part of the Contiki operating system.
|
* This file is part of the Contiki operating system.
|
||||||
*
|
*
|
||||||
* $Id: rpl-icmp6.c,v 1.7 2010/05/18 16:43:56 nvt-se Exp $
|
* $Id: rpl-icmp6.c,v 1.8 2010/05/19 16:16:57 joxe Exp $
|
||||||
*/
|
*/
|
||||||
/**
|
/**
|
||||||
* \file
|
* \file
|
||||||
|
@ -53,6 +53,7 @@
|
||||||
#include "net/rime/packetbuf.h"
|
#include "net/rime/packetbuf.h"
|
||||||
|
|
||||||
#include <limits.h>
|
#include <limits.h>
|
||||||
|
#include <string.h>
|
||||||
|
|
||||||
#define DEBUG DEBUG_ANNOTATE
|
#define DEBUG DEBUG_ANNOTATE
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue