From e6907a1d8b21fc9e56bbb15019c2c2bcd4d57ecb Mon Sep 17 00:00:00 2001 From: adamdunkels Date: Fri, 20 Feb 2009 21:22:39 +0000 Subject: [PATCH] Include random.h --- core/net/mac/lpp.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/core/net/mac/lpp.c b/core/net/mac/lpp.c index 660a9d961..c4c4bd758 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.8 2009/02/11 11:08:56 adamdunkels Exp $ + * $Id: lpp.c,v 1.9 2009/02/20 21:22:39 adamdunkels Exp $ */ /** @@ -51,7 +51,7 @@ */ #include "dev/leds.h" - +#include "lib/random.h" #include "net/rime.h" #include "net/mac/mac.h" #include "net/mac/lpp.h"