diff options
author | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2006-04-20 16:13:01 +0000 |
---|---|---|
committer | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2006-04-20 16:13:01 +0000 |
commit | 67f111a8aa91a5ac5f06b22f74ad0e73cf1276c1 (patch) | |
tree | 23b4d1ba864200c1f5ae7037ef4c643e515f9a91 /src/inspircd.cpp | |
parent | 364135911b3557b6ca10e7f69d0f531605b518f2 (diff) |
Execinfo stuff
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3886 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'src/inspircd.cpp')
-rw-r--r-- | src/inspircd.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/inspircd.cpp b/src/inspircd.cpp index 5e437365b..91ac303c8 100644 --- a/src/inspircd.cpp +++ b/src/inspircd.cpp @@ -37,6 +37,9 @@ #ifdef THREADED_DNS #include <pthread.h> #endif +#ifdef HAS_EXECINFO +#include <execinfo.h> +#endif #include "users.h" #include "ctables.h" #include "globals.h" |