mirror of
https://github.com/oliverschmidt/contiki.git
synced 2025-02-03 16:30:32 +00:00
Fixed include of ruc instead of abc
This commit is contained in:
parent
6e739853f7
commit
996a8af0dd
@ -48,7 +48,7 @@
|
|||||||
*
|
*
|
||||||
* This file is part of the Contiki operating system.
|
* 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__
|
#ifndef __RMH_H__
|
||||||
#define __RMH_H__
|
#define __RMH_H__
|
||||||
|
|
||||||
#include "net/rime/abc.h"
|
#include "net/rime/ruc.h"
|
||||||
#include "net/rime/rimeaddr.h"
|
#include "net/rime/rimeaddr.h"
|
||||||
|
|
||||||
struct rmh_conn;
|
struct rmh_conn;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user