diff options
Diffstat (limited to 'bzip.cc')
-rw-r--r-- | bzip.cc | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -3,6 +3,7 @@ // found in the LICENSE file. #include "update_engine/bzip.h" + #include <stdlib.h> #include <algorithm> #include <bzlib.h> |