Skip to content

Commit

Permalink
* stdio-common/psiginfo.c: Include <errno.h>.
Browse files Browse the repository at this point in the history
  • Loading branch information
Ulrich Drepper committed Apr 24, 2009
1 parent fe12c79 commit 57d2da1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -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]
Expand Down
1 change: 1 addition & 0 deletions stdio-common/psiginfo.c
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit 57d2da1

Please sign in to comment.