diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2021-09-28 21:53:32 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2021-09-28 21:53:32 +0300 |
commit | 434f7347cbf49e54bac51b4f5c99ba82ebbbe415 (patch) | |
tree | ecd8c006339f24e7ccfe866a4d4677a4f741ca4a /openssl/client | |
parent | 09078c0cb50163bbacc25e36ac09095694e3ad07 (diff) |
Adapt to libbutl headers extension change from .mxx to .hxx
Diffstat (limited to 'openssl/client')
-rw-r--r-- | openssl/client/client.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/openssl/client/client.cxx b/openssl/client/client.cxx index 4c655aa..2e76f31 100644 --- a/openssl/client/client.cxx +++ b/openssl/client/client.cxx @@ -3,7 +3,7 @@ #include <iostream> // cin, cout -#include <libbutl/pager.mxx> +#include <libbutl/pager.hxx> #include <openssl/protocol.hxx> #include <openssl/diagnostics.hxx> |