]> git.ipfire.org Git - thirdparty/rsync.git/commitdiff
Tweak include syntax.
authorWayne Davison <wayne@opencoder.net>
Tue, 21 Jul 2020 01:44:37 +0000 (18:44 -0700)
committerWayne Davison <wayne@opencoder.net>
Tue, 21 Jul 2020 01:45:36 +0000 (18:45 -0700)
checksum.c

index 6dabfb086ba85be23acda4dd848a23e41c85f1ed..1ed7682817ac1087bbf7f483df9d65487dee0ea6 100644 (file)
@@ -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