mirror of
https://github.com/oliverschmidt/contiki.git
synced 2024-11-19 03:05:14 +00:00
added missing include
This commit is contained in:
parent
b54f410bc8
commit
01881f92a8
@ -32,7 +32,7 @@
|
||||
*
|
||||
* This file is part of the Contiki operating system.
|
||||
*
|
||||
* $Id: rpl-dag.c,v 1.1 2010/04/30 13:43:53 joxe Exp $
|
||||
* $Id: rpl-dag.c,v 1.2 2010/05/04 14:41:55 joxe Exp $
|
||||
*/
|
||||
/**
|
||||
* \file
|
||||
@ -49,7 +49,7 @@
|
||||
#include "lib/memb.h"
|
||||
|
||||
#include <limits.h>
|
||||
/* #include <stdio.h> */
|
||||
#include <string.h>
|
||||
|
||||
#define DEBUG DEBUG_ANNOTATE
|
||||
|
||||
|
@ -33,7 +33,7 @@
|
||||
*
|
||||
* This file is part of the Contiki operating system.
|
||||
*
|
||||
* $Id: rpl-icmp6.c,v 1.4 2010/04/30 23:13:58 nvt-se Exp $
|
||||
* $Id: rpl-icmp6.c,v 1.5 2010/05/04 14:41:55 joxe Exp $
|
||||
*/
|
||||
/**
|
||||
* \file
|
||||
@ -53,6 +53,7 @@
|
||||
#include "net/rime/packetbuf.h"
|
||||
|
||||
#include <limits.h>
|
||||
#include <string.h>
|
||||
|
||||
#define DEBUG DEBUG_ANNOTATE
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user