1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
|
https://bugs.gentoo.org/452108
common/common.cc | 1 +
server/thread.cc | 1 +
2 files changed, 2 insertions(+)
--- a/common/common.cc
+++ b/common/common.cc
@@ -18,6 +18,7 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor Boston, MA 02110-1301, USA
*/
+#include <unistd.h>
#include "../common/common.h"
#include "../common/i18n.h"
#include "../common/exception.h"
--- a/server/thread.cc
+++ b/server/thread.cc
@@ -18,6 +18,7 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor Boston, MA 02110-1301, USA
*/
+#include <unistd.h>
#include "thread.h"
#include "../common/i18n.h"
#include "../common/exception.h"
|