diff options
author | Mike Buland <mike@xagasoft.com> | 2016-09-21 12:54:23 -0600 |
---|---|---|
committer | Mike Buland <mike@xagasoft.com> | 2016-09-21 12:54:23 -0600 |
commit | a612205584558c52ae2fedd616d7eb735d5ba84a (patch) | |
tree | c82e28a16d8e63dc69f604be64afd544b424e9a5 /src/stable/bzip2.h | |
parent | 4de5cbe4330bf65cf8157ab98b9c8cbc203dc1cb (diff) | |
download | libbu++-a612205584558c52ae2fedd616d7eb735d5ba84a.tar.gz libbu++-a612205584558c52ae2fedd616d7eb735d5ba84a.tar.bz2 libbu++-a612205584558c52ae2fedd616d7eb735d5ba84a.tar.xz libbu++-a612205584558c52ae2fedd616d7eb735d5ba84a.zip |
Tweaks to make building on windows easier.
Also, just building without bzip2 or lzma easier.
Diffstat (limited to 'src/stable/bzip2.h')
-rw-r--r-- | src/stable/bzip2.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/stable/bzip2.h b/src/stable/bzip2.h index e2c2753..6b5d9a9 100644 --- a/src/stable/bzip2.h +++ b/src/stable/bzip2.h | |||
@@ -11,6 +11,9 @@ | |||
11 | #include <stdint.h> | 11 | #include <stdint.h> |
12 | 12 | ||
13 | #include "bu/filter.h" | 13 | #include "bu/filter.h" |
14 | #include "bu/autoconfig.h" | ||
15 | |||
16 | #ifdef BU_HAS_BZIP2 | ||
14 | 17 | ||
15 | namespace Bu | 18 | namespace Bu |
16 | { | 19 | { |
@@ -47,3 +50,5 @@ namespace Bu | |||
47 | } | 50 | } |
48 | 51 | ||
49 | #endif | 52 | #endif |
53 | |||
54 | #endif | ||