diff options
Diffstat (limited to 'iconvdata/iso8859-10.c')
-rw-r--r-- | iconvdata/iso8859-10.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/iconvdata/iso8859-10.c b/iconvdata/iso8859-10.c index 1f78df3fb6..6c0e1a4876 100644 --- a/iconvdata/iso8859-10.c +++ b/iconvdata/iso8859-10.c @@ -20,9 +20,9 @@ /* Get the conversion table. */ #include <stdint.h> -#include <iso8859-10.h> +#define TABLES <iso8859-10.h> #define CHARSET_NAME "ISO-8859-10//" #define HAS_HOLES 0 /* All 256 character are defined. */ -#include <8bit-generic.c> +#include <8bit-gap.c> |