From 386fc104d0817233f0836eb11a4a026f4d04f36a Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Sat, 11 Apr 2009 00:36:47 +0200 Subject: [PATCH] Add include that is no longer done by striconveha.h. --- ChangeLog | 1 + lib/striconveha.c | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index cafa78b95..d762402a9 100644 --- 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 index 704faab35..8cb50094d 100644 --- 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])) -- 2.11.0