aboutsummaryrefslogtreecommitdiffstats
path: root/test.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 /test.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 '')
-rw-r--r--test.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test.c b/test.c
index 8394568..168ced2 100644
--- a/test.c
+++ b/test.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>