diff options
Diffstat (limited to 'src/users.cpp')
-rw-r--r-- | src/users.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/users.cpp b/src/users.cpp index fc286895f..641827428 100644 --- a/src/users.cpp +++ b/src/users.cpp @@ -22,6 +22,8 @@ using namespace std; #include "users.h" #include "inspircd.h" #include <stdio.h> +#include <pthread.h> +#include <signal.h> #include "inspstring.h" #include "helperfuncs.h" |