From 201f9cf02bc9da2919ed87e7e65f71fc6b5a5a9f Mon Sep 17 00:00:00 2001 From: guenther <> Date: Mon, 14 Sep 2015 13:30:17 +0000 Subject: Only two of the *rand48.c files need , so just #include it in them --- src/lib/libc/stdlib/drand48.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/lib/libc/stdlib/drand48.c') diff --git a/src/lib/libc/stdlib/drand48.c b/src/lib/libc/stdlib/drand48.c index 2be23d4c7a..429e4cf378 100644 --- a/src/lib/libc/stdlib/drand48.c +++ b/src/lib/libc/stdlib/drand48.c @@ -1,4 +1,4 @@ -/* $OpenBSD: drand48.c,v 1.6 2015/08/27 04:33:31 guenther Exp $ */ +/* $OpenBSD: drand48.c,v 1.7 2015/09/14 13:30:17 guenther Exp $ */ /* * Copyright (c) 1993 Martin Birgmeier * All rights reserved. @@ -12,6 +12,7 @@ * to anyone/anything when using this software. */ +#include #include "rand48.h" double -- cgit v1.2.3-55-g6feb