diff options
Diffstat (limited to 'iconv/skeleton.c')
-rw-r--r-- | iconv/skeleton.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/iconv/skeleton.c b/iconv/skeleton.c index c3f161a..1908949 100644 --- a/iconv/skeleton.c +++ b/iconv/skeleton.c @@ -163,6 +163,10 @@ # endif #endif +#ifndef ONE_DIRECTION +# define ONE_DIRECTION 0 +#endif + /* How many bytes are needed at most for the from-charset. */ #ifndef MAX_NEEDED_FROM |