Skip to content

Commit

Permalink
[Minor] Fix another include path
Browse files Browse the repository at this point in the history
  • Loading branch information
vstakhov committed Mar 2, 2023
1 parent 77dc28d commit b41f981
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contrib/zstd/zstd_decompress_block.h
Expand Up @@ -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 */

Expand Down

0 comments on commit b41f981

Please sign in to comment.