diff --git a/core/net/rime/rudolph1.c b/core/net/rime/rudolph1.c index d6981cf22..41ab48d36 100644 --- a/core/net/rime/rudolph1.c +++ b/core/net/rime/rudolph1.c @@ -28,7 +28,7 @@ * * This file is part of the Contiki operating system. * - * $Id: rudolph1.c,v 1.1 2007/03/25 11:58:09 adamdunkels Exp $ + * $Id: rudolph1.c,v 1.2 2007/03/25 21:31:24 oliverschmidt Exp $ */ /** @@ -38,12 +38,12 @@ * Adam Dunkels */ +#include /* for offsetof */ + #include "net/rime.h" #include "net/rime/rudolph1.h" #include "cfs/cfs.h" -#include /* for offsetof */ - #define DATA_INTERVAL CLOCK_SECOND * 2 #define TRICKLE_INTERVAL TRICKLE_SECOND #define NACK_TIMEOUT CLOCK_SECOND