mirror of
https://github.com/samba-team/samba.git
synced 2025-11-12 04:23:49 +03:00
r15573: Fix build of systems that have iconv headers in non-standard locations
Split of system/locale.h header from system/iconv.h Previously, iconv wasn't being used on these systems
This commit is contained in:
committed by
Gerald (Jerry) Carter
parent
d72c5c8f75
commit
aa6d66fda6
@@ -20,7 +20,6 @@
|
||||
*/
|
||||
|
||||
#include "includes.h"
|
||||
#include "system/iconv.h"
|
||||
#include "lib/samba3/samba3.h"
|
||||
#include "lib/tdb/include/tdbutil.h"
|
||||
#include "system/filesys.h"
|
||||
|
||||
@@ -54,8 +54,8 @@
|
||||
*/
|
||||
|
||||
#include "includes.h"
|
||||
#include "system/locale.h"
|
||||
#include "lib/samba3/samba3.h"
|
||||
#include "system/iconv.h"
|
||||
|
||||
/*! Convert 32 hex characters into a 16 byte array. */
|
||||
|
||||
|
||||
@@ -21,7 +21,6 @@
|
||||
*/
|
||||
|
||||
#include "includes.h"
|
||||
#include "system/iconv.h"
|
||||
#include "system/filesys.h"
|
||||
#include "lib/tdb/include/tdbutil.h"
|
||||
#include "lib/samba3/samba3.h"
|
||||
|
||||
Reference in New Issue
Block a user