From 1bd92dae477756d41832a20062999f80a9b0246a Mon Sep 17 00:00:00 2001 From: bg- Date: Tue, 24 Apr 2007 19:01:39 +0000 Subject: [PATCH] * Ensure that rand() srand() signatures are compliant with what can be found in stdlib.h. --- core/lib/rand.c | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/core/lib/rand.c b/core/lib/rand.c index 8d1d5809f..5088055df 100644 --- a/core/lib/rand.c +++ b/core/lib/rand.c @@ -28,8 +28,11 @@ * * This file is part of the Contiki operating system. * - * @(#)$Id: rand.c,v 1.2 2006/11/17 13:05:34 bg- Exp $ + * @(#)$Id: rand.c,v 1.3 2007/04/24 19:01:39 bg- Exp $ */ + +#include + #include "rand.h" /*