Added stdio.h for printf.

This commit is contained in:
oliverschmidt 2007-03-24 13:57:04 +00:00
parent e552140425
commit 0ded7a166e
2 changed files with 4 additions and 2 deletions

View File

@ -28,7 +28,7 @@
*
* This file is part of the Contiki operating system.
*
* $Id: neighbor.c,v 1.5 2007/03/22 23:57:08 adamdunkels Exp $
* $Id: neighbor.c,v 1.6 2007/03/24 13:57:04 oliverschmidt Exp $
*/
/**
@ -39,6 +39,7 @@
*/
#include <limits.h>
#include <stdio.h>
#include "contiki.h"
#include "net/rime/neighbor.h"

View File

@ -28,7 +28,7 @@
*
* This file is part of the Contiki operating system.
*
* $Id: route.c,v 1.3 2007/03/24 13:42:25 oliverschmidt Exp $
* $Id: route.c,v 1.4 2007/03/24 13:57:04 oliverschmidt Exp $
*/
/**
@ -38,6 +38,7 @@
* Adam Dunkels <adam@sics.se>
*/
#include <stdio.h>
#include "net/rime/route.h"