diff options
| author | 2006-04-09 11:51:24 +0000 | |
|---|---|---|
| committer | 2006-04-09 11:51:24 +0000 | |
| commit | aa21503f06e3a32945c003ce4193a766ea58642b (patch) | |
| tree | d851081105140a045ca223e36797e8d6341a1303 /src/helperfuncs.cpp | |
| parent | Remove references to inspircd_io from these, stop configure making all the mo... (diff) | |
Shuffle some more includes around, const reference a few functions in inspircd.*
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3854 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'src/helperfuncs.cpp')
| -rw-r--r-- | src/helperfuncs.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/helperfuncs.cpp b/src/helperfuncs.cpp index 3a0f39c6d..6412175b1 100644 --- a/src/helperfuncs.cpp +++ b/src/helperfuncs.cpp @@ -21,6 +21,7 @@ #include <unistd.h> #include <fcntl.h> #include <sys/errno.h> +#include <signal.h> #include <time.h> #include <string> #include <sstream> |
