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

6 lines
83 B
C

#ifdef BORG_USE_BUNDLED_LZ4
#include "lz4/lib/lz4.h"
#else
#include <lz4.h>
#endif