removed warning

This commit is contained in:
fros4943 2007-11-25 22:50:12 +00:00
parent 06ce414c56
commit f9e389d33e

View file

@ -26,7 +26,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE. * SUCH DAMAGE.
* *
* $Id: contiki_template.c,v 1.5 2007/08/23 07:36:34 fros4943 Exp $ * $Id: contiki_template.c,v 1.6 2007/11/25 22:50:12 fros4943 Exp $
*/ */
/** /**
@ -36,8 +36,8 @@
/** /**
* \file * \file
* C code template for generating contiki source code files from COOJA * C code template for generating Contiki main startup files from
* Simulator. This file should not be compiled directly. * inside the COOJA Simulator. This file should not be compiled directly.
* \author * \author
* Fredrik Osterlind <fros@sics.se> * Fredrik Osterlind <fros@sics.se>
*/ */
@ -68,6 +68,7 @@
#include "lib/simEnvChange.h" #include "lib/simEnvChange.h"
#include "lib/sensors.h" #include "lib/sensors.h"
#include "dev/cooja-radio.h"
#include "sys/etimer.h" #include "sys/etimer.h"
#include "sys/cooja_mt.h" #include "sys/cooja_mt.h"
#include "net/init-net.h" #include "net/init-net.h"