We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 161b826 commit 942be5bCopy full SHA for 942be5b
Modules/_zstd/buffer.h
@@ -5,10 +5,11 @@ Python module.
5
6
#ifndef ZSTD_BUFFER_H
7
#define ZSTD_BUFFER_H
8
-#include "_zstdmodule.h"
9
#include "Python.h"
10
#include "pycore_blocks_output_buffer.h"
11
+#include <zstd.h> // ZSTD_outBuffer
12
+
13
/* Blocks output buffer wrapper code */
14
15
/* Initialize the buffer, and grow the buffer.
0 commit comments