aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Gilliam <pgilliam@us.ibm.com>2006-04-24 18:14:01 +0200
committerIan Wienand <ianw@debian.org>2006-04-24 18:14:01 +0200
commit20212f80124d358e2f2f5fb74f4825f5389dcb05 (patch)
treecf5c763d43cc3b3140d36cf79605843bac2735dc
parent2b2507aa5e8b681f247c01c20cd1a8421b09d538 (diff)
downloadltrace-20212f80124d358e2f2f5fb74f4825f5389dcb05.tar.gz
summary.c: Correct a typo prevented the inclusion of "demangle.h"
-rw-r--r--ChangeLog4
-rw-r--r--summary.c2
2 files changed, 5 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index ab6207b..85f3ad0 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2006-04-24 Paul Gilliam <pgilliam@us.ibm.com>
+
+ * summery.c: Correct a typo prevented the inclusion of "demangle.h".
+
2006-03-16 Ian Wienand <ianw@gelato.unsw.edu.au>
* testsuite/ltrace.minor/trace-clone.c: use __clone2() for IA64
diff --git a/summary.c b/summary.c
index ec53de6..62df7e0 100644
--- a/summary.c
+++ b/summary.c
@@ -9,7 +9,7 @@
#include "ltrace.h"
#include "options.h"
-#ifdef USE_DEMANAGE
+#ifdef USE_DEMANGLE
#include "demangle.h"
#endif