ZStandard: use long includes

reviewable/pr108/r6
Mariusz Zaborski 2022-02-08 13:02:52 -05:00
parent e3da4da69b
commit 1beba0b3ad
2 changed files with 2 additions and 1 deletions

View File

@ -23,5 +23,6 @@ target_link_libraries(wrapper_zstd PUBLIC
)
target_include_directories(wrapper_zstd PUBLIC
${SAPI_SOURCE_DIR}
${libzstd_INCLUDE_DIR}
)

View File

@ -12,7 +12,7 @@
// See the License for the specific language governing permissions and
// limitations under the License.
#include "wrapper_zstd.h"
#include "contrib/zstd/wrapper/wrapper_zstd.h"
#include <errno.h>
#include <fcntl.h>