summaryrefslogtreecommitdiff
blob: bc39028cf1611c018544178da5ed5e08549f77e9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
https://bugs.gentoo.org/422453

error: 'get_current_dir_name' was not declared in this scope


 src/FileManager.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--- a/src/FileManager.cpp
+++ b/src/FileManager.cpp
@@ -30,7 +30,7 @@ Copyright 2006 Bartek Kostrzewa
 
 extern "C" {
 #include <libintl.h>
-// #include <unistd.h>
+#include <unistd.h>
 #include <sys/stat.h>
 }