aboutsummaryrefslogtreecommitdiffstats
path: root/src/configparser.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/configparser.cpp')
-rw-r--r--src/configparser.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/configparser.cpp b/src/configparser.cpp
index 5061fffe4..16d23295a 100644
--- a/src/configparser.cpp
+++ b/src/configparser.cpp
@@ -34,6 +34,7 @@
# define pclose _pclose
# define popen _popen
#else
+# include <sys/stat.h>
# include <unistd.h>
#endif