aboutsummaryrefslogtreecommitdiffstats
path: root/benchmark.c
diff options
context:
space:
mode:
authorMattias Andrée <maandree@member.fsf.org>2017-10-15 20:35:01 +0200
committerGitHub <noreply@github.com>2017-10-15 20:35:01 +0200
commit7957e90332c34eda7b65075b8bddc1d18672a6bd (patch)
treebf0bc867eb99218c32426574721889f037fbcc47 /benchmark.c
parentUse basic config by default (diff)
parentMakefile: use "rm -f" to prevent errors upon second cleaning (diff)
downloadlibkeccak-7957e90332c34eda7b65075b8bddc1d18672a6bd.tar.gz
libkeccak-7957e90332c34eda7b65075b8bddc1d18672a6bd.tar.bz2
libkeccak-7957e90332c34eda7b65075b8bddc1d18672a6bd.tar.xz
Merge pull request #6 from thebombzen/master
Two minor fixes
Diffstat (limited to 'benchmark.c')
-rw-r--r--benchmark.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/benchmark.c b/benchmark.c
index 20344d9..101c269 100644
--- a/benchmark.c
+++ b/benchmark.c
@@ -1,5 +1,5 @@
/* See LICENSE file for copyright and license details. */
-#include <libkeccak.h>
+#include "libkeccak.h"
#include <fcntl.h>
#include <stdio.h>