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:
fedor 2001-05-24 04:00:15 +00:00
parent a65a865cf3
commit 46fe39a78a
4 changed files with 7 additions and 2 deletions

View file

@ -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,