From 4fa632b030f4e95473bf9738e05d9e9725e2cd8b Mon Sep 17 00:00:00 2001 From: Nathan Wagner Date: Thu, 4 Jan 2018 10:31:49 -0600 Subject: [PATCH] add missing headers --- lib/compress.c | 1 + zpm-hash.c | 2 ++ 2 files changed, 3 insertions(+) diff --git a/lib/compress.c b/lib/compress.c index c9b0f6a..72fe159 100644 --- a/lib/compress.c +++ b/lib/compress.c @@ -1,3 +1,4 @@ +#include #include #include #include diff --git a/zpm-hash.c b/zpm-hash.c index 1607a61..c06d53d 100644 --- a/zpm-hash.c +++ b/zpm-hash.c @@ -1,5 +1,7 @@ #include #include +#include + #include "zpm.h" #include "sha256.h" -- 2.40.0