aboutsummaryrefslogtreecommitdiff
path: root/src/stable/bzip2.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/stable/bzip2.h')
-rw-r--r--src/stable/bzip2.h5
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
15namespace Bu 18namespace Bu
16{ 19{
@@ -47,3 +50,5 @@ namespace Bu
47} 50}
48 51
49#endif 52#endif
53
54#endif