X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=lib%2Fprintf-args.h;h=cec1cc6c2a277b954b55a8212a07b0cdbae6be85;hb=efc1f57b9d5d6d528919cedfe2e4c41e786341d2;hp=c938192b7add9868eadc30877c5cab2dfa96fb89;hpb=757bd39e4b07efaefaef3ef11027b7b7b40f5911;p=gnulib.git diff --git a/lib/printf-args.h b/lib/printf-args.h index c938192b7..cec1cc6c2 100644 --- a/lib/printf-args.h +++ b/lib/printf-args.h @@ -13,11 +13,14 @@ 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., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ + Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ #ifndef _PRINTF_ARGS_H #define _PRINTF_ARGS_H +/* Get size_t. */ +#include + /* Get wchar_t. */ #ifdef HAVE_WCHAR_T # include @@ -116,7 +119,7 @@ argument; typedef struct { - unsigned int count; + size_t count; argument *arg; } arguments;