borg/src/borg/algorithms/xxhash-libselect.h

6 lines
90 B
C

#ifdef BORG_USE_BUNDLED_XXHASH
#include "xxh64/xxhash.h"
#else
#include <xxhash.h>
#endif