added missing include

This commit is contained in:
joxe 2010-05-04 14:41:55 +00:00
parent b54f410bc8
commit 01881f92a8
2 changed files with 4 additions and 3 deletions

View File

@ -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

View File

@ -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