diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2017-05-01 17:31:42 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2017-05-01 17:31:42 +0300 |
commit | cdbf3a5e82bda23563d97558eda94a89a6191cab (patch) | |
tree | 3c106138850559f577898865c8a3ecdfd71c1ee3 /bpkg/openssl.cxx | |
parent | 50be24988c3f0a802f690196f269114c657500b2 (diff) |
Adapt to adding hxx extension for headers and lib prefix for library dir in libbutl
Diffstat (limited to 'bpkg/openssl.cxx')
-rw-r--r-- | bpkg/openssl.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bpkg/openssl.cxx b/bpkg/openssl.cxx index e8de30b..5a1e29c 100644 --- a/bpkg/openssl.cxx +++ b/bpkg/openssl.cxx @@ -4,7 +4,7 @@ #include <bpkg/openssl.hxx> -#include <butl/process> +#include <libbutl/process.hxx> #include <bpkg/diagnostics.hxx> |