diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2008-10-24 16:05:15 +0200 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2008-10-24 16:05:15 +0200 |
commit | ea474647f80e145996155ff74c3b8918b6f45e21 (patch) | |
tree | 6ce3859c411a4df0b18149d6b1373153b64ab772 | |
parent | c3415b3e57717cfb96b9df7caa1a27fbc26bde21 (diff) | |
download | samba-ea474647f80e145996155ff74c3b8918b6f45e21.tar.gz samba-ea474647f80e145996155ff74c3b8918b6f45e21.tar.bz2 samba-ea474647f80e145996155ff74c3b8918b6f45e21.zip |
Revert Samba3 back to using its own charset handling code.
-rw-r--r-- | source3/include/includes.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/include/includes.h b/source3/include/includes.h index ffa5f34d34..24e33c1720 100644 --- a/source3/include/includes.h +++ b/source3/include/includes.h @@ -596,7 +596,7 @@ struct smb_iconv_convenience *lp_iconv_convenience(void *lp_ctx); #include "trans2.h" #include "../libcli/util/error.h" #include "ntioctl.h" -#include "../lib/util/charset.h" +#include "charset.h" #include "dynconfig.h" #include "util_getent.h" #include "debugparse.h" |