mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-21 12:41:19 +00:00
Include giconv.h
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@10020 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
a65a865cf3
commit
46fe39a78a
4 changed files with 7 additions and 2 deletions
|
@ -42,7 +42,11 @@ struct _ucc_ {unichar from; char to;};
|
|||
#include "unicode/decomp.h"
|
||||
|
||||
#ifdef HAVE_ICONV
|
||||
#ifdef HAVE_GICONV_H
|
||||
#include <giconv.h>
|
||||
#else
|
||||
#include <iconv.h>
|
||||
#endif
|
||||
#include <errno.h>
|
||||
|
||||
// The rest of the GNUstep code stores UNICODE in internal byte order,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue