summaryrefslogtreecommitdiffstats
path: root/runtime/debug.c
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2010-03-08 14:27:20 +0100
committerRainer Gerhards <rgerhards@adiscon.com>2010-03-08 14:27:20 +0100
commit06387e5592ffb4f7b20ea631f0824ff2cc652c20 (patch)
treedc964b62013bf67dc18c73d3fc1f3a97e931fed0 /runtime/debug.c
parentb4cdb7c997eee95df96321d11d03cf90e4a6caba (diff)
parent0b84d47f7a244c25f63fadcec92d12ebfbe319a4 (diff)
downloadrsyslog-06387e5592ffb4f7b20ea631f0824ff2cc652c20.tar.gz
rsyslog-06387e5592ffb4f7b20ea631f0824ff2cc652c20.tar.xz
rsyslog-06387e5592ffb4f7b20ea631f0824ff2cc652c20.zip
Merge branch 'v4-stable' into beta
Conflicts: ChangeLog configure.ac doc/manual.html tests/rt-init.c
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 545ac876..41dd1370 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.