Module: sip-router
Branch: master
Commit: 92d6b6c19800439864d27cb2ee4df0202c255cf0
URL:
http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=92d6b6c…
Author: Daniel-Constantin Mierla <miconda(a)gmail.com>
Committer: Daniel-Constantin Mierla <miconda(a)gmail.com>
Date: Thu Dec 23 09:42:01 2010 +0100
core: fix typo added with pkg stats
- reported by Juha Heinanen
---
mem/f_malloc.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/mem/f_malloc.c b/mem/f_malloc.c
index 17927f6..48cd8b1 100644
--- a/mem/f_malloc.c
+++ b/mem/f_malloc.c
@@ -56,7 +56,7 @@
#include "../bit_scan.h"
#include "../cfg/cfg.h" /* memlog */
#ifdef MALLOC_STATS
-#include "../evnets.h"
+#include "../events.h"
#endif