On 02/25/2016 08:19 AM, ic...@apache.org wrote:
> --- httpd/httpd/trunk/modules/http2/h2_mplx.c (original)
> +++ httpd/httpd/trunk/modules/http2/h2_mplx.c Thu Feb 25 16:19:18 2016
> @@ -17,7 +17,6 @@
>  #include <stddef.h>
>  #include <stdlib.h>
>  
> -#include <apr_queue.h>
>  #include <apr_thread_mutex.h>
>  #include <apr_thread_cond.h>
>  #include <apr_strings.h>

FYI: with this change, mod_http2 no longer compiles with APR-2/trunk,
because of what appears to be a circular dependency in
apr_thread_mutex.h. (apr_queue.h was masking the problem.)

I filed a bug against APR [1].

--Jacob

[1] https://bz.apache.org/bugzilla/show_bug.cgi?id=59068

Reply via email to