summaryrefslogtreecommitdiff
path: root/Src/system.h
diff options
context:
space:
mode:
Diffstat (limited to 'Src/system.h')
-rw-r--r--Src/system.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Src/system.h b/Src/system.h
index f434b586e..7fc4a7e65 100644
--- a/Src/system.h
+++ b/Src/system.h
@@ -701,7 +701,7 @@ extern short ospeed;
#else
# ifdef HAVE_LANGINFO_H
# include <langinfo.h>
-# if defined(HAVE_ICONV_H) || defined(HAVE_ICONV) || defined(HAVE_LIBICONV)
+# ifdef HAVE_ICONV
# include <iconv.h>
# endif
# endif