From 0e4c30ccb4b475cc8e3e6c7a12df65a914daac1d Mon Sep 17 00:00:00 2001 From: adamdunkels Date: Tue, 22 May 2007 20:50:22 +0000 Subject: [PATCH] Added net include to define u*_t types --- core/dev/radio.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/core/dev/radio.h b/core/dev/radio.h index 72e858182..6ec915a88 100644 --- a/core/dev/radio.h +++ b/core/dev/radio.h @@ -42,7 +42,7 @@ * * 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__ #define __RADIO_H__ +#include "contiki-net.h" + /** * The structure of a device driver for a radio in Contiki. */