diff options
author | 2015-09-14 13:30:17 +0000 | |
---|---|---|
committer | 2015-09-14 13:30:17 +0000 | |
commit | 0fa1c6e603c3ddc2d49848479477cc3cca10ecd0 (patch) | |
tree | 322c9501e4fc0016129e95d76f31d10475a04cdf /lib/libc/stdlib/rand48.h | |
parent | Remove some extra blank lines. (diff) | |
download | wireguard-openbsd-0fa1c6e603c3ddc2d49848479477cc3cca10ecd0.tar.xz wireguard-openbsd-0fa1c6e603c3ddc2d49848479477cc3cca10ecd0.zip |
Only two of the *rand48.c files need <math.h>, so just #include it in them
Diffstat (limited to 'lib/libc/stdlib/rand48.h')
-rw-r--r-- | lib/libc/stdlib/rand48.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/libc/stdlib/rand48.h b/lib/libc/stdlib/rand48.h index fff289927fc..7a719beba66 100644 --- a/lib/libc/stdlib/rand48.h +++ b/lib/libc/stdlib/rand48.h @@ -10,13 +10,12 @@ * of any kind. I shall in no event be liable for anything that happens * to anyone/anything when using this software. * - * $OpenBSD: rand48.h,v 1.5 2015/08/27 04:33:31 guenther Exp $ + * $OpenBSD: rand48.h,v 1.6 2015/09/14 13:30:17 guenther Exp $ */ #ifndef _RAND48_H_ #define _RAND48_H_ -#include <math.h> #include <stdlib.h> __BEGIN_HIDDEN_DECLS |