From 996a8af0dd91fae23cc3027030cc07b83ca8dea4 Mon Sep 17 00:00:00 2001 From: adamdunkels Date: Wed, 28 Nov 2007 20:00:07 +0000 Subject: [PATCH] Fixed include of ruc instead of abc --- core/net/rime/rmh.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/core/net/rime/rmh.h b/core/net/rime/rmh.h index 7a6563122..73dbcb6db 100644 --- a/core/net/rime/rmh.h +++ b/core/net/rime/rmh.h @@ -48,7 +48,7 @@ * * This file is part of the Contiki operating system. * - * $Id: rmh.h,v 1.1 2007/05/22 20:45:18 adamdunkels Exp $ + * $Id: rmh.h,v 1.2 2007/11/28 20:00:07 adamdunkels Exp $ */ /** @@ -61,7 +61,7 @@ #ifndef __RMH_H__ #define __RMH_H__ -#include "net/rime/abc.h" +#include "net/rime/ruc.h" #include "net/rime/rimeaddr.h" struct rmh_conn;