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