diff options
Diffstat (limited to '')
| -rw-r--r-- | src/lib/libc/stdlib/erand48.c | 3 | 
1 files changed, 2 insertions, 1 deletions
| diff --git a/src/lib/libc/stdlib/erand48.c b/src/lib/libc/stdlib/erand48.c index 20d6a2dd69..db0529f4a0 100644 --- a/src/lib/libc/stdlib/erand48.c +++ b/src/lib/libc/stdlib/erand48.c | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | /* $OpenBSD: erand48.c,v 1.4 2015/09/13 08:31:47 guenther Exp $ */ | 1 | /* $OpenBSD: erand48.c,v 1.5 2015/09/14 13:30:17 guenther Exp $ */ | 
| 2 | /* | 2 | /* | 
| 3 | * Copyright (c) 1993 Martin Birgmeier | 3 | * Copyright (c) 1993 Martin Birgmeier | 
| 4 | * All rights reserved. | 4 | * All rights reserved. | 
| @@ -12,6 +12,7 @@ | |||
| 12 | * to anyone/anything when using this software. | 12 | * to anyone/anything when using this software. | 
| 13 | */ | 13 | */ | 
| 14 | 14 | ||
| 15 | #include <math.h> | ||
| 15 | #include "rand48.h" | 16 | #include "rand48.h" | 
| 16 | 17 | ||
| 17 | double | 18 | double | 
