From 58ee0789f54742a806b37d7664eb69c1df124eb1 Mon Sep 17 00:00:00 2001 From: Riza Sulistyo Date: Fri, 10 Apr 2015 13:19:47 +0000 Subject: Misc (re #1782): Fixed build error when using PJ_POOL_DEBUG=1 git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@5061 74dad513-b988-da41-8d7b-12977e46ad98 --- pjlib/include/pj/pool_alt.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pjlib/include/pj/pool_alt.h b/pjlib/include/pj/pool_alt.h index 6b9b9df7..c5f012dd 100644 --- a/pjlib/include/pj/pool_alt.h +++ b/pjlib/include/pj/pool_alt.h @@ -22,6 +22,7 @@ #define __PJ_POOL_H__ +PJ_BEGIN_DECL /** * The type for function to receive callback from the pool when it is unable @@ -194,5 +195,7 @@ typedef struct pj_pool_block #define pj_caching_pool_destroy(cp) #define pj_pool_factory_dump(pf, detail) +PJ_END_DECL + #endif /* __PJ_POOL_ALT_H__ */ -- cgit v1.2.3