xxhash-libselect.h 90 B

12345
  1. #ifdef BORG_USE_BUNDLED_XXHASH
  2. #include "xxh64/xxhash.h"
  3. #else
  4. #include <xxhash.h>
  5. #endif