From 63b254628e414219edbd84503b9854c0e3cb9951 Mon Sep 17 00:00:00 2001 From: bcook <> Date: Sun, 20 Jan 2019 02:59:07 +0000 Subject: [PATCH] include stdint.h over sys/types.h ok deraadt@ tedu@ --- src/lib/libc/crypt/arc4random_uniform.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/lib/libc/crypt/arc4random_uniform.c b/src/lib/libc/crypt/arc4random_uniform.c index 23a15e34..a18b5b12 100644 --- a/src/lib/libc/crypt/arc4random_uniform.c +++ b/src/lib/libc/crypt/arc4random_uniform.c @@ -1,4 +1,4 @@ -/* $OpenBSD: arc4random_uniform.c,v 1.2 2015/09/13 08:31:47 guenther Exp $ */ +/* $OpenBSD: arc4random_uniform.c,v 1.3 2019/01/20 02:59:07 bcook Exp $ */ /* * Copyright (c) 2008, Damien Miller @@ -16,7 +16,7 @@ * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -#include +#include #include /*