Added net include to define u*_t types
This commit is contained in:
parent
770632e079
commit
0e4c30ccb4
1 changed files with 3 additions and 1 deletions
|
@ -42,7 +42,7 @@
|
||||||
*
|
*
|
||||||
* This file is part of the Contiki operating system.
|
* This file is part of the Contiki operating system.
|
||||||
*
|
*
|
||||||
* $Id: radio.h,v 1.3 2007/05/18 13:13:18 fros4943 Exp $
|
* $Id: radio.h,v 1.4 2007/05/22 20:50:22 adamdunkels Exp $
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
@ -55,6 +55,8 @@
|
||||||
#ifndef __RADIO_H__
|
#ifndef __RADIO_H__
|
||||||
#define __RADIO_H__
|
#define __RADIO_H__
|
||||||
|
|
||||||
|
#include "contiki-net.h"
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* The structure of a device driver for a radio in Contiki.
|
* The structure of a device driver for a radio in Contiki.
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Add table
Reference in a new issue