actually compile!
authorraster <raster>
Mon, 20 Oct 2008 12:08:16 +0000 (12:08 +0000)
committerraster <raster@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Mon, 20 Oct 2008 12:08:16 +0000 (12:08 +0000)
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/eina@36849 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

src/include/eina_mempool.h

index bb10c79..24fc9c0 100644 (file)
@@ -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_ */