aboutsummaryrefslogtreecommitdiff
path: root/src/ext
diff options
context:
space:
mode:
Diffstat (limited to 'src/ext')
-rw-r--r--src/ext/siphash.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ext/siphash.h b/src/ext/siphash.h
index 964fe7df9..d9b34b898 100644
--- a/src/ext/siphash.h
+++ b/src/ext/siphash.h
@@ -1,5 +1,6 @@
#ifndef SIPHASH_H
#define SIPHASH_H
+
struct sipkey {
uint64_t k0;
uint64_t k1;