diff options
author | bnicholes <bnicholes@13f79535-47bb-0310-9956-ffa450edef68> | 2002-05-15 11:06:58 +0000 |
---|---|---|
committer | bnicholes <bnicholes@13f79535-47bb-0310-9956-ffa450edef68> | 2002-05-15 11:06:58 +0000 |
commit | e22bf725cf5a062a8a6735238acdcb70ab5735c1 (patch) | |
tree | ac8cb8f71e87988d48a4ab3ad3347dfc08646951 /build | |
parent | 9fec02fc870960661484e9a89157e14ceec9c3f1 (diff) | |
download | libapr-e22bf725cf5a062a8a6735238acdcb70ab5735c1.tar.gz |
Added apr_strmatch.h to the precompile list that generates the final export
list for NetWare
git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@63399 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'build')
-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 83af8bf72..c3d9d28b3 100644 --- a/build/nw_export.inc +++ b/build/nw_export.inc @@ -68,3 +68,4 @@ #include "apr_uri.h" #include "apr_xml.h" #include "apr_compat.h" +#include "apr_strmatch.h" |