From 433f48bf3ba7120b9a16ed4816d630f250ea4d92 Mon Sep 17 00:00:00 2001 From: Carlos O'Donell Date: Mon, 27 Feb 2012 22:10:17 -0500 Subject: BZ #3992: stdlib/fmtmsg.c: missing stdint.h include. Use of uint32_t requires stdint.h. --- stdlib/fmtmsg.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'stdlib') diff --git a/stdlib/fmtmsg.c b/stdlib/fmtmsg.c index 4c02302851..69947e1cf1 100644 --- a/stdlib/fmtmsg.c +++ b/stdlib/fmtmsg.c @@ -1,5 +1,4 @@ -/* Copyright (C) 1997,1999-2003,2005,2006,2011,2012 - Free Software Foundation, Inc. +/* Copyright (C) 1997-2012 Free Software Foundation, Inc. This file is part of the GNU C Library. Contributed by Ulrich Drepper , 1997. @@ -20,6 +19,7 @@ #include #include #include +#include #include #include #include -- cgit v1.2.3