Skip to content

Commit

Permalink
fixed compiler warning
Browse files Browse the repository at this point in the history
  • Loading branch information
nifi committed Sep 26, 2007
1 parent 4a34da8 commit 1abf2c4
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion core/net/rime/rime.c
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
*
* This file is part of the Contiki operating system.
*
* $Id: rime.c,v 1.10 2007/05/25 08:06:44 adamdunkels Exp $
* $Id: rime.c,v 1.11 2007/09/26 11:34:49 nifi Exp $
*/

/**
Expand All @@ -44,6 +44,8 @@
*/

#include "net/rime.h"
#include "net/rime/neighbor.h"
#include "net/rime/route.h"
#include "net/mac/mac.h"

static const struct mac_driver *mac;
Expand Down

0 comments on commit 1abf2c4

Please sign in to comment.