Added stdio.h for printf.
This commit is contained in:
parent
e552140425
commit
0ded7a166e
2 changed files with 4 additions and 2 deletions
|
@ -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"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue