ModSecurity is an open source, cross platform web application firewall (WAF) engine for Apache, IIS and Nginx. It has a robust event-based programming language which provides protection from a range of attacks against web applications and allows for HTTP traffic monitoring, logging and real-time analysis.
"struct tm" defined in time.h is used in re_variables.c.
time.h is not explicitely included, but is included via apr/apr-util.
In latest version of apr/apr-util, the inclusion is no more present, leading to a compilation failure.
This PR just adds the missing include.
"struct tm" defined in time.h is used in re_variables.c. time.h is not explicitely included, but is included via apr/apr-util. In latest version of apr/apr-util, the inclusion is no more present, leading to a compilation failure. This PR just adds the missing include.