X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=lib%2Fbtowc.c;h=9b3908d2b2bfe2cf3437826c6b0fe3a391e33ee6;hb=4fe68d4176b4f0da64660bb9ce0f5412a6bb24de;hp=61020e015890d5703d2bbd977b517de509fbdacc;hpb=441aa3044f43e5572f58c354f01e6bc070acd5c7;p=gnulib.git diff --git a/lib/btowc.c b/lib/btowc.c index 61020e015..9b3908d2b 100644 --- a/lib/btowc.c +++ b/lib/btowc.c @@ -1,5 +1,5 @@ /* Convert unibyte character to wide character. - Copyright (C) 2008 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)