mirror of
https://github.com/borgbackup/borg.git
synced 2026-07-15 21:12:50 -04:00
5 lines
87 B
C
5 lines
87 B
C
#ifdef BORG_USE_BUNDLED_ZSTD
|
|
#include "zstd/lib/zstd.h"
|
|
#else
|
|
#include <zstd.h>
|
|
#endif
|