diff options
Diffstat (limited to 'tests/test-iconv-h.c')
-rw-r--r-- | tests/test-iconv-h.c | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/tests/test-iconv-h.c b/tests/test-iconv-h.c index 5b688d9..10a8e3d 100644 --- a/tests/test-iconv-h.c +++ b/tests/test-iconv-h.c @@ -1,5 +1,5 @@ /* Test of <iconv.h> substitute. - Copyright (C) 2007-2015 Free Software Foundation, Inc. + Copyright (C) 2007-2010 Free Software Foundation, Inc. This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -18,6 +18,10 @@ #if HAVE_ICONV # include <iconv.h> + +# ifndef ICONV_CONST +# define ICONV_CONST /* empty */ +# endif #endif int |