summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Schwab <schwab@linux-m68k.org>2015-03-23 23:18:08 +0100
committerAndreas Schwab <schwab@linux-m68k.org>2015-03-23 23:18:08 +0100
commit6c63cb387a85faf4cea57ec8f463c06606db4649 (patch)
tree08a6e4e37633d572125239ffc608137851985680
parente2d3bdf88bb792b4c022afddb2e8462e519d0bc2 (diff)
downloadlibrsync-6c63cb387a85faf4cea57ec8f463c06606db4649.tar.gz
blake2: add missing <config.h>
-rw-r--r--blake2b-ref.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/blake2b-ref.c b/blake2b-ref.c
index b59b1e9..a0a7887 100644
--- a/blake2b-ref.c
+++ b/blake2b-ref.c
@@ -15,6 +15,7 @@
* librsync.
*/
+#include <config.h>
#include <stdint.h>
#include <string.h>
#include <stdio.h>