mirror of
https://github.com/borgbackup/borg.git
synced 2026-03-26 20:34:45 -04:00
Merge pull request #6380 from ThomasWaldmann/fix-zstd-include-1.2
fix zstd.h include for bundled zstd, fixes #6369
This commit is contained in:
commit
97de7e1fe2
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…
Reference in a new issue