diff options
| author | 2026-05-11 17:03:32 +0100 | |
|---|---|---|
| committer | 2026-05-13 17:19:50 +0100 | |
| commit | 1e856c877240be7308e451eec5ba52e9e4105ea6 (patch) | |
| tree | 9378f4e88886ca247b6cfc6a31418d4e29bb0db2 /src/socket.cpp | |
| parent | Merge branch 'insp4' into master. (diff) | |
Remove sys/stat.h from the global socket header.
Diffstat (limited to 'src/socket.cpp')
| -rw-r--r-- | src/socket.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/socket.cpp b/src/socket.cpp index ae2ac0d79..436557a81 100644 --- a/src/socket.cpp +++ b/src/socket.cpp @@ -26,6 +26,7 @@ #ifndef _WIN32 # include <arpa/inet.h> # include <netinet/in.h> +# include <sys/stat.h> #endif #include "inspircd.h" |
