Add include that is no longer done by striconveha.h.
authorBruno Haible <bruno@clisp.org>
Fri, 10 Apr 2009 22:36:47 +0000 (00:36 +0200)
committerBruno Haible <bruno@clisp.org>
Fri, 10 Apr 2009 22:36:47 +0000 (00:36 +0200)
ChangeLog
lib/striconveha.c

index cafa78b..d762402 100644 (file)
--- 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
index 704faab..8cb5009 100644 (file)
@@ -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]))