From: Bruno Haible <bruno@clisp.org>
Date: Fri, 10 Apr 2009 22:36:47 +0000 (+0200)
Subject: Add include that is no longer done by striconveha.h.
X-Git-Tag: v0.1~6010
X-Git-Url: https://gitweb.git.savannah.gnu.org/gitweb/?a=commitdiff_plain;h=386fc104d0817233f0836eb11a4a026f4d04f36a;p=gnulib.git

Add include that is no longer done by striconveha.h.
---

diff --git a/ChangeLog b/ChangeLog
index cafa78b956..d762402a92 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -6,6 +6,7 @@
 	(enum iconv_ilseq_handler): Remove definition.
 	* lib/striconveha.h: Include <stddef.h> 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 704faab354..8cb50094d2 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]))