diff options
| author | 2026-05-11 17:03:32 +0100 | |
|---|---|---|
| committer | 2026-05-13 17:19:50 +0100 | |
| commit | 1e856c877240be7308e451eec5ba52e9e4105ea6 (patch) | |
| tree | 9378f4e88886ca247b6cfc6a31418d4e29bb0db2 /src/configparser.cpp | |
| parent | Merge branch 'insp4' into master. (diff) | |
| download | inspircd++-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.cpp | 1 |
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 |
