summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorSander Vrijders <sander.vrijders@ugent.be>2017-08-22 15:42:23 +0000
committerdimitri staessens <dimitri.staessens@ugent.be>2017-08-22 15:42:23 +0000
commit49eeec30ebc8b050dd69926047c2baebebe7f550 (patch)
tree5cd831f6a777d9be5d14e8aff1a66897d8163e19 /include
parentfb771c0cf876ad58c50551b90dacc0b5689dae05 (diff)
parent743c2f69744fe3f0dac11e467a92ff5e4d80280b (diff)
downloadouroboros-49eeec30ebc8b050dd69926047c2baebebe7f550.tar.gz
ouroboros-49eeec30ebc8b050dd69926047c2baebebe7f550.zip
Merged in sandervrijders/ouroboros/be-crc (pull request #561)
lib: Fix CRC check and add frct_clear
Diffstat (limited to 'include')
-rw-r--r--include/ouroboros/hash.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/ouroboros/hash.h b/include/ouroboros/hash.h
index 49160226..b2896293 100644
--- a/include/ouroboros/hash.h
+++ b/include/ouroboros/hash.h
@@ -23,6 +23,8 @@
#ifndef OUROBOROS_LIB_HASH_H
#define OUROBOROS_LIB_HASH_H
+#include "config.h"
+
#include <ouroboros/endian.h>
#ifdef HAVE_LIBGCRYPT