summary.c: Correct a typo prevented the inclusion of "demangle.h"
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