aboutsummaryrefslogtreecommitdiffstats
path: root/src/configparser.cpp
diff options
context:
space:
mode:
authorGravatar Sadie Powell2026-05-11 17:03:32 +0100
committerGravatar Sadie Powell2026-05-13 17:19:50 +0100
commit1e856c877240be7308e451eec5ba52e9e4105ea6 (patch)
tree9378f4e88886ca247b6cfc6a31418d4e29bb0db2 /src/configparser.cpp
parentMerge branch 'insp4' into master. (diff)
downloadinspircd++-1e856c877240be7308e451eec5ba52e9e4105ea6.tar.gz
inspircd++-1e856c877240be7308e451eec5ba52e9e4105ea6.tar.bz2
inspircd++-1e856c877240be7308e451eec5ba52e9e4105ea6.zip
Remove sys/stat.h from the global socket header.
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