From 201f9cf02bc9da2919ed87e7e65f71fc6b5a5a9f Mon Sep 17 00:00:00 2001 From: guenther <> Date: Mon, 14 Sep 2015 13:30:17 +0000 Subject: Only two of the *rand48.c files need , so just #include it in them --- src/lib/libc/stdlib/rand48.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/lib/libc/stdlib/rand48.h') 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 @@ * 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 #include __BEGIN_HIDDEN_DECLS -- cgit v1.2.3-55-g6feb