Added stdio.h for printf.
This commit is contained in:
parent
80dfde9ab3
commit
f60b7aabcf
2 changed files with 5 additions and 2 deletions
|
@ -28,7 +28,7 @@
|
|||
*
|
||||
* This file is part of the Contiki operating system.
|
||||
*
|
||||
* $Id: rudolph1.c,v 1.2 2007/03/25 21:31:24 oliverschmidt Exp $
|
||||
* $Id: rudolph1.c,v 1.3 2007/03/26 22:45:50 oliverschmidt Exp $
|
||||
*/
|
||||
|
||||
/**
|
||||
|
@ -38,6 +38,7 @@
|
|||
* Adam Dunkels <adam@sics.se>
|
||||
*/
|
||||
|
||||
#include <stdio.h>
|
||||
#include <stddef.h> /* for offsetof */
|
||||
|
||||
#include "net/rime.h"
|
||||
|
|
|
@ -28,7 +28,7 @@
|
|||
*
|
||||
* This file is part of the Contiki operating system.
|
||||
*
|
||||
* $Id: uip-over-mesh.c,v 1.2 2007/03/25 12:13:22 adamdunkels Exp $
|
||||
* $Id: uip-over-mesh.c,v 1.3 2007/03/26 22:45:49 oliverschmidt Exp $
|
||||
*/
|
||||
|
||||
/**
|
||||
|
@ -38,6 +38,8 @@
|
|||
* Adam Dunkels <adam@sics.se>
|
||||
*/
|
||||
|
||||
#include <stdio.h>
|
||||
|
||||
#include "net/hc.h"
|
||||
#include "net/uip-fw.h"
|
||||
#include "net/rime/route-discovery.h"
|
||||
|
|
Loading…
Reference in a new issue