aboutsummaryrefslogtreecommitdiffstats
path: root/src/users.cpp
diff options
context:
space:
mode:
authorGravatar brain2005-12-02 00:02:45 +0000
committerGravatar brain2005-12-02 00:02:45 +0000
commitaf926796c5fe4b07985bab276425c62b6cb8eee2 (patch)
treed644613c9768a7c30d3629e7c32a9c2c785f8c81 /src/users.cpp
parentMultithreaded DNS -- not tested!!!! (diff)
downloadinspircd++-af926796c5fe4b07985bab276425c62b6cb8eee2.tar.gz
inspircd++-af926796c5fe4b07985bab276425c62b6cb8eee2.tar.bz2
inspircd++-af926796c5fe4b07985bab276425c62b6cb8eee2.zip
Missing referece for pthread_kill
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2089 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'src/users.cpp')
-rw-r--r--src/users.cpp2
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"