mirror of
https://github.com/borgbackup/borg.git
synced 2025-03-11 14:48:22 +00:00
fix zstd.h include for bundled zstd, fixes #6369
This commit is contained in:
parent
f81c62f894
commit
9390d2712b
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
|||
#ifdef BORG_USE_BUNDLED_ZSTD
|
||||
#include <zstd.h>
|
||||
#include "zstd/lib/zstd.h"
|
||||
#else
|
||||
#include <zstd.h>
|
||||
#endif
|
||||
|
|
Loading…
Add table
Reference in a new issue