blob: f4c899302aeb2813e9f142f28cbfdf4e34949672 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
https://bugs.gentoo.org/423215
--- a/ipager.cpp
+++ b/ipager.cpp
@@ -29,6 +29,7 @@
#include <config.h>
#endif
+#include <unistd.h>
#include <iostream>
#include <string>
using namespace std;
|