X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=lib%2Fstrings.in.h;h=721b1f3e87af3cb4d166d0b3d5d0f98245acd1f0;hb=96269bbd2c9c35940341c978261587bdf3bcda78;hp=296867b7fa966f798b1b94c7db2f072ec00b2d2f;hpb=19b6ec55b1e70fc29dd9600e0b3c262b06c47c0b;p=gnulib.git diff --git a/lib/strings.in.h b/lib/strings.in.h index 296867b7f..721b1f3e8 100644 --- a/lib/strings.in.h +++ b/lib/strings.in.h @@ -1,6 +1,6 @@ /* A substitute . - Copyright (C) 2007-2011 Free Software Foundation, Inc. + Copyright (C) 2007-2012 Free Software Foundation, Inc. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -13,8 +13,7 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License - along with this program; if not, write to the Free Software Foundation, - Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ + along with this program; if not, see . */ #ifndef _@GUARD_PREFIX@_STRINGS_H @@ -37,6 +36,11 @@ #ifndef _@GUARD_PREFIX@_STRINGS_H #define _@GUARD_PREFIX@_STRINGS_H +#if ! @HAVE_DECL_STRNCASECMP@ +/* Get size_t. */ +# include +#endif + /* The definitions of _GL_FUNCDECL_RPL etc. are copied here. */