diff options
Diffstat (limited to 'lib/libc/gen/erand48.c')
-rw-r--r-- | lib/libc/gen/erand48.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/libc/gen/erand48.c b/lib/libc/gen/erand48.c index 286904c..cdb3ec8 100644 --- a/lib/libc/gen/erand48.c +++ b/lib/libc/gen/erand48.c @@ -11,6 +11,9 @@ * to anyone/anything when using this software. */ +#include <sys/cdefs.h> +__FBSDID("$FreeBSD$"); + #include "rand48.h" double |