Fixed include of ruc instead of abc

This commit is contained in:
adamdunkels 2007-11-28 20:00:07 +00:00
parent 6e739853f7
commit 996a8af0dd
1 changed files with 2 additions and 2 deletions

View File

@ -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;