diff options
Diffstat (limited to 'build/nw_export.inc')
-rw-r--r-- | build/nw_export.inc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/build/nw_export.inc b/build/nw_export.inc index 56acb80771..45b48e7c88 100644 --- a/build/nw_export.inc +++ b/build/nw_export.inc @@ -13,6 +13,7 @@ #define AP_CORE_DECLARE_NONSTD AP_CORE_DECLARE_NONSTD #define AP_DECLARE_HOOK AP_DECLARE_HOOK #define AP_DECLARE_DATA AP_DECLARE_DATA +#define AP_WD_DECLARE AP_WD_DECLARE #undef APACHE_OS_H #include "httpd.h" @@ -50,3 +51,5 @@ #include "mod_core.h" #include "mod_auth.h" +#include "mod_watchdog.h" + |