On 03/03/2016 10:36 PM, NormW wrote: > Trying my limited knowledge at compiling modules\http2\mod_proxy_http2, and > the compiler (no sniggering please) barfs in > both source: > h2_proxy_session.c and mod_proxy_http2.c > with an error that says they (respectively) can't open mod_http2.h. > > mod_http2.c has #include "mod_http2.h", > the above proxy source have #include <mod_http2.h>
IMHO #include "mod_http2.h" is correct. Regards RĂ¼diger
