From a612205584558c52ae2fedd616d7eb735d5ba84a Mon Sep 17 00:00:00 2001 From: Mike Buland Date: Wed, 21 Sep 2016 12:54:23 -0600 Subject: Tweaks to make building on windows easier. Also, just building without bzip2 or lzma easier. --- src/stable/bzip2.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/stable/bzip2.h') 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 @@ #include #include "bu/filter.h" +#include "bu/autoconfig.h" + +#ifdef BU_HAS_BZIP2 namespace Bu { @@ -47,3 +50,5 @@ namespace Bu } #endif + +#endif -- cgit v1.2.3