calejost / unimrcp

Automatically exported from code.google.com/p/unimrcp
Apache License 2.0
0 stars 0 forks source link

Missing #include in apr_queue.h #177

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?

#include <apr_queue.h>
without/before apr_time.h.

Arsen, I think it is your patch that adds apr_queue_timed{push,pop} functions 
to APR queue in Dependencies version 1.3.0. The functions use 
apr_interval_time_t which is defined in apr_time.h, but not included by 
apr_queue.h.

Original issue reported on code.google.com by tomas.valenta@speechtech.cz on 9 Feb 2015 at 2:11

GoogleCodeExporter commented 8 years ago
Thanks Vali. You are right. Fixed in the local branch.

P.S. I'll try to contact you on a related subject during this week.

Original comment by achalo...@gmail.com on 9 Feb 2015 at 8:11