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__ */