From dd9ffd87c40f9c6160928ba4da14bebc0de2b5f1 Mon Sep 17 00:00:00 2001 From: adamdunkels Date: Sun, 8 Feb 2009 20:14:18 +0000 Subject: [PATCH] Added missing #include announcement.h --- core/net/mac/lpp.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/core/net/mac/lpp.c b/core/net/mac/lpp.c index c79bdff31..e2a838c0d 100644 --- a/core/net/mac/lpp.c +++ b/core/net/mac/lpp.c @@ -28,7 +28,7 @@ * * This file is part of the Contiki operating system. * - * $Id: lpp.c,v 1.6 2009/02/08 19:30:18 adamdunkels Exp $ + * $Id: lpp.c,v 1.7 2009/02/08 20:14:18 adamdunkels Exp $ */ /** @@ -56,6 +56,7 @@ #include "net/mac/mac.h" #include "net/mac/lpp.h" #include "net/rime/rimebuf.h" +#include "net/rime/announcement.h" #include