aboutsummaryrefslogtreecommitdiff
path: root/butl/pager
diff options
context:
space:
mode:
Diffstat (limited to 'butl/pager')
-rw-r--r--butl/pager4
1 files changed, 3 insertions, 1 deletions
diff --git a/butl/pager b/butl/pager
index 0414e0a..64a36ca 100644
--- a/butl/pager
+++ b/butl/pager
@@ -9,6 +9,8 @@
#include <vector>
#include <iostream>
+#include <butl/export>
+
#include <butl/process>
#include <butl/fdstream>
@@ -42,7 +44,7 @@ namespace butl
// cerr << "pager error: " << e.what () << endl;
// }
//
- class pager: protected std::streambuf
+ class LIBBUTL_EXPORT pager: protected std::streambuf
{
public:
~pager () {wait (true);}