fixed compiler warning

This commit is contained in:
nifi 2007-10-19 13:50:01 +00:00
parent 898d8f4fa5
commit 0bf47de9ba

View File

@ -33,7 +33,7 @@
* *
* This file is part of the Contiki operating system. * This file is part of the Contiki operating system.
* *
* $Id: polite.c,v 1.1 2007/05/15 07:41:22 adamdunkels Exp $ * $Id: polite.c,v 1.2 2007/10/19 13:50:01 nifi Exp $
*/ */
/** /**
@ -45,7 +45,7 @@
#include "net/rime.h" #include "net/rime.h"
#include "net/rime/polite.h" #include "net/rime/polite.h"
#include "lib/rand.h" #include "lib/random.h"
#include <string.h> #include <string.h>