Various file comparison improvements
[rsync.git] / 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