summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog4
-rw-r--r--stdio-common/psiginfo.c1
2 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index fcdc620e0d..72fe497397 100644
--- 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]
diff --git a/stdio-common/psiginfo.c b/stdio-common/psiginfo.c
index 9fc2911fd1..e089fcaa42 100644
--- a/stdio-common/psiginfo.c
+++ b/stdio-common/psiginfo.c
@@ -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>