File blake2-config.patch of Package librsync
13
1
Index: librsync-1.0.0/blake2b-ref.c
2
===================================================================
3
--- librsync-1.0.0.orig/blake2b-ref.c
4
+++ librsync-1.0.0/blake2b-ref.c
5
6
* librsync.
7
*/
8
9
+#include <config.h>
10
#include <stdint.h>
11
#include <string.h>
12
#include <stdio.h>
13