diff options
Diffstat (limited to 'src/lib/libc/stdlib/rand48.h')
-rw-r--r-- | src/lib/libc/stdlib/rand48.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/lib/libc/stdlib/rand48.h b/src/lib/libc/stdlib/rand48.h index fff289927f..7a719beba6 100644 --- a/src/lib/libc/stdlib/rand48.h +++ b/src/lib/libc/stdlib/rand48.h | |||
@@ -10,13 +10,12 @@ | |||
10 | * of any kind. I shall in no event be liable for anything that happens | 10 | * of any kind. I shall in no event be liable for anything that happens |
11 | * to anyone/anything when using this software. | 11 | * to anyone/anything when using this software. |
12 | * | 12 | * |
13 | * $OpenBSD: rand48.h,v 1.5 2015/08/27 04:33:31 guenther Exp $ | 13 | * $OpenBSD: rand48.h,v 1.6 2015/09/14 13:30:17 guenther Exp $ |
14 | */ | 14 | */ |
15 | 15 | ||
16 | #ifndef _RAND48_H_ | 16 | #ifndef _RAND48_H_ |
17 | #define _RAND48_H_ | 17 | #define _RAND48_H_ |
18 | 18 | ||
19 | #include <math.h> | ||
20 | #include <stdlib.h> | 19 | #include <stdlib.h> |
21 | 20 | ||
22 | __BEGIN_HIDDEN_DECLS | 21 | __BEGIN_HIDDEN_DECLS |