Use iconv on linux

This commit is contained in:
Chase
2019-01-12 16:54:57 -06:00
committed by Jon Trulson
parent b9f352df59
commit 4d7f9df692
6 changed files with 5 additions and 34 deletions

View File

@@ -53,12 +53,7 @@ $COPYRIGHT$:
#include <langinfo.h>
#endif
/* Iconv not defined for linux. Use the EUSCompat stubs instead. */
#if !defined(__linux__)
# include <iconv.h>
#else
# include <EUSCompat.h>
#endif
#include <iconv.h>
#include <errno.h>
#include <time.h>