diff options
author | ben <ben@13f79535-47bb-0310-9956-ffa450edef68> | 2000-12-31 17:45:28 +0000 |
---|---|---|
committer | ben <ben@13f79535-47bb-0310-9956-ffa450edef68> | 2000-12-31 17:45:28 +0000 |
commit | 738306c3aec80624d3f511762b32176a17a23866 (patch) | |
tree | ecbacfa47d6b655ace773d1c37974c5458520448 /i18n | |
parent | dbd2eb72dffcd6ea7ecb6e1292716ab06c4cac09 (diff) | |
download | libapr-738306c3aec80624d3f511762b32176a17a23866.tar.gz |
Fix changed include paths.
git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@60996 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'i18n')
-rw-r--r-- | i18n/unix/utf8_ucs2.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/i18n/unix/utf8_ucs2.c b/i18n/unix/utf8_ucs2.c index 85f4ab9f9..a3dddf467 100644 --- a/i18n/unix/utf8_ucs2.c +++ b/i18n/unix/utf8_ucs2.c @@ -52,7 +52,7 @@ * <http://www.apache.org/>. */ -#include "unix/i18n.h" +#include "i18n.h" /* Implement the design principal specified by RFC 2718 2.2.5 * Guidelines for new URL Schemes - within the APR. |