diff options
Diffstat (limited to '')
-rw-r--r-- | src/bzip2.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/bzip2.h b/src/bzip2.h index 6da3dff..0b5140d 100644 --- a/src/bzip2.h +++ b/src/bzip2.h | |||
@@ -9,7 +9,6 @@ | |||
9 | #define BU_BZIP2_H | 9 | #define BU_BZIP2_H |
10 | 10 | ||
11 | #include <stdint.h> | 11 | #include <stdint.h> |
12 | #include <bzlib.h> | ||
13 | 12 | ||
14 | #include "bu/filter.h" | 13 | #include "bu/filter.h" |
15 | 14 | ||
@@ -36,7 +35,7 @@ namespace Bu | |||
36 | 35 | ||
37 | private: | 36 | private: |
38 | void bzError( int code ); | 37 | void bzError( int code ); |
39 | bz_stream bzState; | 38 | void *prState; |
40 | bool bReading; | 39 | bool bReading; |
41 | int nCompression; | 40 | int nCompression; |
42 | char *pBuf; | 41 | char *pBuf; |