summaryrefslogtreecommitdiff
path: root/checksum.c
diff options
context:
space:
mode:
authorWayne Davison <wayne@opencoder.net>2020-07-20 18:44:37 -0700
committerWayne Davison <wayne@opencoder.net>2020-07-20 18:45:36 -0700
commit5eda68f11bf6efe782cca60a2415191f4532c3b5 (patch)
tree42bd9ee9d90e8fe15a5a551190d82818587a358b /checksum.c
parentf63520734708d98573aa9269808985d206684e6e (diff)
downloadrsync-5eda68f11bf6efe782cca60a2415191f4532c3b5.tar.gz
Tweak include syntax.
Diffstat (limited to 'checksum.c')
-rw-r--r--checksum.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/checksum.c b/checksum.c
index 6dabfb08..1ed76828 100644
--- a/checksum.c
+++ b/checksum.c
@@ -29,7 +29,7 @@
#include "rsync.h"
#ifdef SUPPORT_XXHASH
-#include "xxhash.h"
+#include <xxhash.h>
# if XXH_VERSION_NUMBER >= 800
# define SUPPORT_XXH3 1
# endif