summaryrefslogtreecommitdiffstats
path: root/lib/libc/hash/siphash.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libc/hash/siphash.c')
-rw-r--r--lib/libc/hash/siphash.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/hash/siphash.c b/lib/libc/hash/siphash.c
index 81b4b81865d..dcc746a9515 100644
--- a/lib/libc/hash/siphash.c
+++ b/lib/libc/hash/siphash.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: siphash.c,v 1.1 2014/12/08 20:37:11 tedu Exp $ */
+/* $OpenBSD: siphash.c,v 1.2 2015/01/16 16:48:51 deraadt Exp $ */
/*-
* Copyright (c) 2013 Andre Oppermann <andre@FreeBSD.org>
@@ -43,7 +43,7 @@
* https://131002.net/siphash/
*/
-#include <sys/param.h>
+#include <sys/types.h>
#include <sys/endian.h>
#include <string.h>