소스 검색

[Minor] Fix another include path

tags/3.5
Vsevolod Stakhov 1 년 전
부모
커밋
b41f981863
No account linked to committer's email address
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1
    1
      contrib/zstd/zstd_decompress_block.h

+ 1
- 1
contrib/zstd/zstd_decompress_block.h 파일 보기

@@ -16,7 +16,7 @@
* Dependencies
*********************************************************/
#include "zstd_deps.h" /* size_t */
#include "../zstd.h" /* DCtx, and some public functions */
#include "zstd.h" /* DCtx, and some public functions */
#include "zstd_internal.h" /* blockProperties_t, and some public functions */
#include "zstd_decompress_internal.h" /* ZSTD_seqSymbol */


Loading…
취소
저장