# HG changeset patch # User Bruno Haible # Date 1239403007 -7200 # Node ID 63b291ae83b6f9cbd2c622d4aa0009e95113ec90 # Parent d053b39f709164e8866fdf92cd17c3f85bea9dfd Add include that is no longer done by striconveha.h. diff --git a/ChangeLog b/ChangeLog --- a/ChangeLog +++ b/ChangeLog @@ -6,6 +6,7 @@ (enum iconv_ilseq_handler): Remove definition. * lib/striconveha.h: Include and iconveh.h instead of striconveh.h. + * lib/striconveha.c: Include striconveh.h. * lib/uniconv.h: Include iconveh.h instead of striconveh.h. * modules/striconveh (Files): Add lib/iconveh.h. * modules/uniconv/base (Files): Add lib/iconveh.h. Remove diff --git a/lib/striconveha.c b/lib/striconveha.c --- a/lib/striconveha.c +++ b/lib/striconveha.c @@ -1,5 +1,5 @@ /* Character set conversion with error handling and autodetection. - Copyright (C) 2002, 2005, 2007 Free Software Foundation, Inc. + Copyright (C) 2002, 2005, 2007, 2009 Free Software Foundation, Inc. Written by Bruno Haible. This program is free software: you can redistribute it and/or modify @@ -26,6 +26,7 @@ #include "malloca.h" #include "c-strcase.h" +#include "striconveh.h" #define SIZEOF(a) (sizeof(a)/sizeof(a[0]))