diff options
author | Bradley Nicholes <bnicholes@apache.org> | 2006-10-26 18:02:19 +0200 |
---|---|---|
committer | Bradley Nicholes <bnicholes@apache.org> | 2006-10-26 18:02:19 +0200 |
commit | e6f7fe77bef33317f8fbd7d402ed950d1804883e (patch) | |
tree | 2c36d07db7881ece8e89ff5a99f6e2b7f6c8af79 /build/nw_export.inc | |
parent | Add the modules/database directory to the includes search list. (diff) | |
download | apache2-e6f7fe77bef33317f8fbd7d402ed950d1804883e.tar.xz apache2-e6f7fe77bef33317f8fbd7d402ed950d1804883e.zip |
Add util_mutex.c and .h to the netware build
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@468049 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'build/nw_export.inc')
-rw-r--r-- | build/nw_export.inc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/build/nw_export.inc b/build/nw_export.inc index 94d9a45a5a..5a5661d7f2 100644 --- a/build/nw_export.inc +++ b/build/nw_export.inc @@ -41,6 +41,7 @@ #include "util_filter.h" /*#include "util_ldap.h"*/ #include "util_md5.h" +#include "util_mutex.h" #include "util_script.h" #include "util_time.h" #include "util_xml.h" |