projects
/
m6w6
/
mod-domaintree
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
|
github
raw
|
patch
| inline |
side by side
(parent:
4588a0e
)
- fix include
author
Michael Wallner
<mike@php.net>
Mon, 7 May 2007 09:03:50 +0000
(09:03 +0000)
committer
Michael Wallner
<mike@php.net>
Mon, 7 May 2007 09:03:50 +0000
(09:03 +0000)
mod_domaintree.c
patch
|
blob
|
history
diff --git
a/mod_domaintree.c
b/mod_domaintree.c
index 4df18aa1b7e12a7ef85df9259fc9c56c107f030d..96d955fb973fbae4bed231cb1bfb94b154293ec8 100644
(file)
--- 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