From 31727e370d9b8419797c1fb94665ee2e860eb362 Mon Sep 17 00:00:00 2001 From: Carsten Haitzler Date: Mon, 20 Oct 2008 12:08:16 +0000 Subject: [PATCH] actually compile! SVN revision: 36849 --- legacy/eina/src/include/eina_mempool.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/legacy/eina/src/include/eina_mempool.h b/legacy/eina/src/include/eina_mempool.h index bb10c79d05..24fc9c0db3 100644 --- a/legacy/eina/src/include/eina_mempool.h +++ b/legacy/eina/src/include/eina_mempool.h @@ -29,6 +29,8 @@ */ typedef struct _Eina_Mempool Eina_Mempool; +#include "eina_inline_mempool.x" + EAPI extern Eina_Error EINA_ERROR_NOT_MEMPOOL_MODULE; EAPI int eina_mempool_init(void); @@ -47,8 +49,6 @@ EAPI void eina_mempool_statistics(Eina_Mempool *mp); EAPI Eina_Bool eina_mempool_register(Eina_Mempool_Backend *be); EAPI void eina_mempool_unregister(Eina_Mempool_Backend *be); -#include "eina_inline_mempool.x" - /** @} */ #endif /* EINA_MEMPOOL_H_ */