From: Michael Wallner Date: Mon, 7 May 2007 09:03:50 +0000 (+0000) Subject: - fix include X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fmod-domaintree;a=commitdiff_plain;h=4897952b43a22854ffb0ddcf347b1c4b6009884c;hp=4588a0e053e94575152fce72ea0c69a8d9ce1ac1 - fix include --- diff --git a/mod_domaintree.c b/mod_domaintree.c index 4df18aa..96d955f 100644 --- a/mod_domaintree.c +++ b/mod_domaintree.c @@ -95,9 +95,11 @@ module AP_MODULE_DECLARE_DATA domaintree_module; #ifndef HAVE_UNIX_SUEXEC # ifdef SUEXEC_BIN # define HAVE_UNIX_SUEXEC -# include "unixd.h" # endif #endif +#ifdef HAVE_UNIX_SUEXEC +# include "unixd.h" +#endif #define DBG 0