From 223fa1c8e54a36548605f0e9508623fdbb19da15 Mon Sep 17 00:00:00 2001 From: nifi Date: Tue, 20 Oct 2009 07:42:03 +0000 Subject: [PATCH] added missing include --- core/net/mac/framer-802154.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/core/net/mac/framer-802154.c b/core/net/mac/framer-802154.c index 6ad1dd436..c13bb5111 100644 --- a/core/net/mac/framer-802154.c +++ b/core/net/mac/framer-802154.c @@ -26,7 +26,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: framer-802154.c,v 1.1 2009/10/19 18:30:03 adamdunkels Exp $ + * $Id: framer-802154.c,v 1.2 2009/10/20 07:42:03 nifi Exp $ */ /** @@ -40,6 +40,7 @@ #include "net/mac/framer-802154.h" #include "net/mac/frame802154.h" #include "net/rime/packetbuf.h" +#include #define DEBUG 0