summaryrefslogtreecommitdiffstats
path: root/runtime/debug.c
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2010-03-05 07:56:07 +0100
committerRainer Gerhards <rgerhards@adiscon.com>2010-03-05 07:56:07 +0100
commit56764b912ea944a0abc7d92429d7520c2247cdd9 (patch)
tree7719d2f8589a5eb0cb8ef5505c6b73f3d417e247 /runtime/debug.c
parent2a494ffc41cd33124bbfea01ad41750b8967efed (diff)
parent0b84d47f7a244c25f63fadcec92d12ebfbe319a4 (diff)
downloadrsyslog-56764b912ea944a0abc7d92429d7520c2247cdd9.tar.gz
rsyslog-56764b912ea944a0abc7d92429d7520c2247cdd9.tar.bz2
rsyslog-56764b912ea944a0abc7d92429d7520c2247cdd9.zip
Merge branch 'v4-stable' into v4-stable-solaris
Diffstat (limited to 'runtime/debug.c')
-rw-r--r--runtime/debug.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/debug.c b/runtime/debug.c
index 9547eee6..20474a9a 100644
--- a/runtime/debug.c
+++ b/runtime/debug.c
@@ -1,4 +1,3 @@
-#include <sys/syscall.h>
/* debug.c
*
* This file proides debug and run time error analysis support. Some of the
@@ -550,6 +549,7 @@ if(pLog == NULL) {
return; /* if we don't know it yet, we can not clean up... */
}
#endif
+#include <sys/syscall.h>
/* we found the last lock entry. We now need to see from which FuncDB we need to
* remove it. This is recorded inside the mutex log entry.