diff --git a/include/http_log.h b/include/http_log.h index 1366c8ee0f..ab29b62ab5 100644 --- a/include/http_log.h +++ b/include/http_log.h @@ -68,6 +68,10 @@ extern "C" { #ifdef HAVE_SYSLOG #include +#ifndef LOG_PRIMASK +#define LOG_PRIMASK 7 +#endif + #define APLOG_EMERG LOG_EMERG /* system is unusable */ #define APLOG_ALERT LOG_ALERT /* action must be taken immediately */ #define APLOG_CRIT LOG_CRIT /* critical conditions */