diff options
| author | 2022-01-26 08:50:29 +0000 | |
|---|---|---|
| committer | 2022-01-26 14:00:58 +0000 | |
| commit | 4fd71323d32500669b3bae395fa91df0e20fe090 (patch) | |
| tree | 3d17fec736d1a9946d2546ee8380df6ef44dd445 /src/threadsocket.cpp | |
| parent | Merge branch 'insp3' into master. (diff) | |
Slim the included headers down more.
Diffstat (limited to 'src/threadsocket.cpp')
| -rw-r--r-- | src/threadsocket.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/threadsocket.cpp b/src/threadsocket.cpp index ffe60e67a..419dec66f 100644 --- a/src/threadsocket.cpp +++ b/src/threadsocket.cpp @@ -21,6 +21,7 @@ #include "inspircd.h" +#include "threadsocket.h" #if __has_include(<sys/eventfd.h>) #include <sys/eventfd.h> |
