[Asterisk-Dev] __use_ast_pthread_create_instead__

Jolan Luff jolan at protection.cx
Wed Aug 11 18:42:26 MST 2004


On Thu, Aug 12, 2004 at 11:07:47AM +0930, Ben Kramer wrote:
> I have changed it to ast_pthread_create, and that is not defined ! From
> my email above:
> 
> > chan_vpb.c:970: `ast_pthread_create' undeclared (first use this
> > > function)

Sorry, you probably need:

#include <asterisk/utils.h>

as well.



More information about the asterisk-dev mailing list