cedric pushed a commit to branch master.

commit ab12337d76301ae9a80144551a1e375e9ea7f007
Author: Cedric BAIL <[email protected]>
Date:   Mon Mar 4 13:51:26 2013 +0900

    eina: forgotten include that borked debug build.
---
 src/modules/eina/mp/chained_pool/eina_chained_mempool.c | 3 ++-
 src/modules/eina/mp/one_big/eina_one_big.c              | 1 +
 2 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/src/modules/eina/mp/chained_pool/eina_chained_mempool.c 
b/src/modules/eina/mp/chained_pool/eina_chained_mempool.c
index a84ab8e..a477d82 100644
--- a/src/modules/eina/mp/chained_pool/eina_chained_mempool.c
+++ b/src/modules/eina/mp/chained_pool/eina_chained_mempool.c
@@ -39,6 +39,7 @@
 #include "eina_trash.h"
 #include "eina_rbtree.h"
 #include "eina_lock.h"
+#include "eina_thread.h"
 
 #include "eina_private.h"
 
@@ -228,7 +229,7 @@ _eina_chained_mempool_free_in(Chained_Mempool *pool, 
Chained_Pool *p, void *ptr)
    // is it really a pointer returned by malloc
    if ((((unsigned char *)ptr) - (unsigned char *)(p + 1)) % pool->item_alloc)
      {
-        ERR("%p is %i bytes inside a pointer served by %p '%s' Chained_Mempool 
(You are freeing the wrong pointer man !). %i",
+        ERR("%p is %i bytes inside a pointer served by %p '%s' Chained_Mempool 
(You are freeing the wrong pointer man !).",
             ptr, ((((unsigned char *)ptr) - (unsigned char *)(p + 1)) % 
pool->item_alloc), pool, pool->name);
         return EINA_FALSE;
      }
diff --git a/src/modules/eina/mp/one_big/eina_one_big.c 
b/src/modules/eina/mp/one_big/eina_one_big.c
index cc96c8e..2fbd759 100644
--- a/src/modules/eina/mp/one_big/eina_one_big.c
+++ b/src/modules/eina/mp/one_big/eina_one_big.c
@@ -31,6 +31,7 @@
 #include "eina_inlist.h"
 #include "eina_log.h"
 #include "eina_lock.h"
+#include "eina_thread.h"
 
 #ifndef NVALGRIND
 # include <memcheck.h>

-- 

------------------------------------------------------------------------------
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_d2d_feb

Reply via email to