aboutsummaryrefslogtreecommitdiffstats
path: root/util/libkeccak_sha3sum_fd.c
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--util/libkeccak_sha3sum_fd.c (renamed from libkeccak_sha3sum_fd.c)2
1 files changed, 1 insertions, 1 deletions
diff --git a/libkeccak_sha3sum_fd.c b/util/libkeccak_sha3sum_fd.c
index 6662ad4..43be4b7 100644
--- a/libkeccak_sha3sum_fd.c
+++ b/util/libkeccak_sha3sum_fd.c
@@ -1,5 +1,5 @@
/* See LICENSE file for copyright and license details. */
-#include "common.h"
+#include "../common.h"
extern inline int libkeccak_sha3sum_fd(int, struct libkeccak_state *restrict, long, void *restrict);