diff options
author | Mattias Andrée <maandree@member.fsf.org> | 2017-10-15 20:35:01 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-10-15 20:35:01 +0200 |
commit | 7957e90332c34eda7b65075b8bddc1d18672a6bd (patch) | |
tree | bf0bc867eb99218c32426574721889f037fbcc47 /benchmark.c | |
parent | Use basic config by default (diff) | |
parent | Makefile: use "rm -f" to prevent errors upon second cleaning (diff) | |
download | libkeccak-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.c | 2 |
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> |