X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=lib%2Fbtowc.c;h=9b3908d2b2bfe2cf3437826c6b0fe3a391e33ee6;hb=cbfeef01ad4ed6d3f68c3deb3c05d3b8102c84ff;hp=a46f1b242d6ae71ddbdb0be017ac7a79000c6054;hpb=b2e2010c7c902235b5efb5bd3c6529f61b093aa4;p=gnulib.git diff --git a/lib/btowc.c b/lib/btowc.c index a46f1b242..9b3908d2b 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-2011 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)