Avoid compiler warnings.
This commit is contained in:
parent
e867c6afcb
commit
2e1ac205e2
1 changed files with 4 additions and 1 deletions
|
@ -29,10 +29,13 @@
|
|||
*
|
||||
* This file is part of the Contiki OS
|
||||
*
|
||||
* $Id: contiki-main.c,v 1.2 2006/08/09 16:13:40 bg- Exp $
|
||||
* $Id: contiki-main.c,v 1.3 2007/05/22 21:33:31 oliverschmidt Exp $
|
||||
*
|
||||
*/
|
||||
|
||||
#include <stdio.h>
|
||||
#include <unistd.h>
|
||||
|
||||
#include "contiki.h"
|
||||
|
||||
#include "net/uip.h"
|
||||
|
|
Loading…
Reference in a new issue