From 8d357258a93285eb7503d4783b4122da6aa1b2cd Mon Sep 17 00:00:00 2001 From: bcook <> Date: Sun, 20 Jan 2019 03:53:47 +0000 Subject: [PATCH] use standard headers for siphash ok tedu@ --- src/lib/libc/hash/siphash.c | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/src/lib/libc/hash/siphash.c b/src/lib/libc/hash/siphash.c index 621d1b5b..9b6a0b9f 100644 --- a/src/lib/libc/hash/siphash.c +++ b/src/lib/libc/hash/siphash.c @@ -1,4 +1,4 @@ -/* $OpenBSD: siphash.c,v 1.7 2017/12/25 02:11:19 tedu Exp $ */ +/* $OpenBSD: siphash.c,v 1.8 2019/01/20 03:53:47 bcook Exp $ */ /*- * Copyright (c) 2013 Andre Oppermann @@ -43,9 +43,8 @@ * https://131002.net/siphash/ */ -#include -#include - +#include +#include #include #include