From 44b78a152afc580c94bf6e2416f966dc206e3386 Mon Sep 17 00:00:00 2001 From: mmaroti Date: Wed, 7 Oct 2009 01:02:56 +0000 Subject: [PATCH] incude RadioConfig.h where PACKET_LINK is used --- tos/chips/rf2xx/rf212/RF212Radio.h | 1 + tos/chips/rf2xx/rf230/RF230Radio.h | 1 + 2 files changed, 2 insertions(+) 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 -- 2.39.2