Added Rime statistics

This commit is contained in:
adamdunkels 2007-05-22 20:53:24 +00:00
parent 9b6f6d6822
commit a495d1230b
1 changed files with 2 additions and 1 deletions

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: rime.h,v 1.7 2007/05/15 08:05:52 adamdunkels Exp $ * $Id: rime.h,v 1.8 2007/05/22 20:53:24 adamdunkels Exp $
*/ */
/** /**
@ -46,6 +46,7 @@
#ifndef __RIME_H__ #ifndef __RIME_H__
#define __RIME_H__ #define __RIME_H__
#include "net/rime/rimestats.h"
#include "net/rime/rimeaddr.h" #include "net/rime/rimeaddr.h"
#include "net/rime/ctimer.h" #include "net/rime/ctimer.h"
#include "net/rime/rimebuf.h" #include "net/rime/rimebuf.h"