From 040d65c1f61005bb482d77aa276f13bb905e0a00 Mon Sep 17 00:00:00 2001 From: adamdunkels Date: Thu, 3 Jul 2008 07:37:51 +0000 Subject: [PATCH] Added missing #include sys/cc.h to make system compile --- core/net/rime/chameleon-raw.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/core/net/rime/chameleon-raw.h b/core/net/rime/chameleon-raw.h index e0788a310..3c24f2095 100644 --- a/core/net/rime/chameleon-raw.h +++ b/core/net/rime/chameleon-raw.h @@ -28,7 +28,7 @@ * * This file is part of the Contiki operating system. * - * $Id: chameleon-raw.h,v 1.2 2008/07/02 15:02:33 matsutsuka Exp $ + * $Id: chameleon-raw.h,v 1.3 2008/07/03 07:37:51 adamdunkels Exp $ */ /** @@ -41,6 +41,8 @@ #ifndef __CHAMELEON_RAW_H__ #define __CHAMELEON_RAW_H__ +#include "sys/cc.h" + extern CC_CONST_FUNCTION struct chameleon_module chameleon_raw; #endif /* __CHAMELEON_RAW_H__ */