]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
* stdio-common/psiginfo.c: Include <errno.h>.
authorUlrich Drepper <drepper@redhat.com>
Fri, 24 Apr 2009 14:05:25 +0000 (14:05 +0000)
committerUlrich Drepper <drepper@redhat.com>
Fri, 24 Apr 2009 14:05:25 +0000 (14:05 +0000)
ChangeLog
stdio-common/psiginfo.c

index fcdc620e0dbb2a1816822a68bfdd95645697c395..72fe497397e6e9fa94da9b7d45bb1997870d2d39 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2009-04-23  H.J. Lu  <hongjiu.lu@intel.com>
+
+       * stdio-common/psiginfo.c: Include <errno.h>.
+
 2009-04-23  Ulrich Drepper  <drepper@redhat.com>
 
        [BZ #9920]
index 9fc2911fd182c2251ab24bcaeacb46e49eb051e8..e089fcaa42ce8544ad3c347e74a43334df6fef9b 100644 (file)
@@ -16,6 +16,7 @@
    Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
    02111-1307 USA.  */
 
+#include <errno.h>
 #include <libintl.h>
 #include <signal.h>
 #include <stdint.h>