From: mmaroti Date: Wed, 7 Oct 2009 01:02:56 +0000 (+0000) Subject: incude RadioConfig.h where PACKET_LINK is used X-Git-Tag: rc_6_tinyos_2_1_1~206 X-Git-Url: https://oss.titaniummirror.com/gitweb/?p=tinyos-2.x.git;a=commitdiff_plain;h=44b78a152afc580c94bf6e2416f966dc206e3386 incude RadioConfig.h where PACKET_LINK is used --- diff --git a/tos/chips/rf2xx/rf212/RF212Radio.h b/tos/chips/rf2xx/rf212/RF212Radio.h index b67f5560..ba36696c 100644 --- a/tos/chips/rf2xx/rf212/RF212Radio.h +++ b/tos/chips/rf2xx/rf212/RF212Radio.h @@ -24,6 +24,7 @@ #ifndef __RF212RADIO_H__ #define __RF212RADIO_H__ +#include #include #include #include diff --git a/tos/chips/rf2xx/rf230/RF230Radio.h b/tos/chips/rf2xx/rf230/RF230Radio.h index c6461d25..58efd6ee 100644 --- a/tos/chips/rf2xx/rf230/RF230Radio.h +++ b/tos/chips/rf2xx/rf230/RF230Radio.h @@ -24,6 +24,7 @@ #ifndef __RF230RADIO_H__ #define __RF230RADIO_H__ +#include #include #include #include