From 6cf72ac2de7f813d910f90547b4d48372e97357a Mon Sep 17 00:00:00 2001 From: Vincent Hanquez Date: Mon, 1 Jun 2015 14:02:47 +0100 Subject: [PATCH] [random] add missing header --- cbits/cryptonite_sysrand.c | 1 + 1 file changed, 1 insertion(+) diff --git a/cbits/cryptonite_sysrand.c b/cbits/cryptonite_sysrand.c index 05434ef..39a9c0c 100644 --- a/cbits/cryptonite_sysrand.c +++ b/cbits/cryptonite_sysrand.c @@ -28,6 +28,7 @@ * SUCH DAMAGE. */ +#include #include #include #include "cryptonite_sha512.h"