From 977e032add0e29683bc4edc8c03aef9a81fb6d6a Mon Sep 17 00:00:00 2001 From: Tatiana Tikhomirova Date: Mon, 1 May 2017 19:31:21 +0300 Subject: Fix build for FreeBSD. On FreeBSD is present in libc, so we don't require libcap there. Close and write functions are located in . --- lib/Support/CompressionStream.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'lib/Support') diff --git a/lib/Support/CompressionStream.cpp b/lib/Support/CompressionStream.cpp index 3cd5bc86..94f0bd18 100644 --- a/lib/Support/CompressionStream.cpp +++ b/lib/Support/CompressionStream.cpp @@ -19,6 +19,7 @@ #include #include #endif +#include namespace klee { -- cgit 1.4.1