* stdio-common/psiginfo.c: Include <errno.h>.

This commit is contained in:
Ulrich Drepper 2009-04-24 14:05:25 +00:00
parent fe12c7984b
commit 57d2da1c67
2 changed files with 5 additions and 0 deletions

View File

@ -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]

View 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>