From e995ac96ab3d7a78d2bfa4da08715038b3cbb662 Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Mon, 5 Apr 2010 01:37:37 +0200 Subject: [PATCH] btowc: Avoid warning. --- ChangeLog | 6 ++++++ lib/btowc.c | 3 ++- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index d2d2721b7..01369951d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2010-04-04 Bruno Haible + + btowc: Avoid warning. + * lib/btowc.c: Include . + Reported by Hauke Fath . + 2010-04-04 Hauke Fath (tiny change) Bruno Haible diff --git a/lib/btowc.c b/lib/btowc.c index a46f1b242..8744602aa 100644 --- a/lib/btowc.c +++ b/lib/btowc.c @@ -1,5 +1,5 @@ /* Convert unibyte character to wide character. - Copyright (C) 2008, 2009, 2010 Free Software Foundation, Inc. + Copyright (C) 2008, 2010 Free Software Foundation, Inc. Written by Bruno Haible , 2008. This program is free software: you can redistribute it and/or modify @@ -21,6 +21,7 @@ #include #include +#include wint_t btowc (int c) -- 2.11.0