diff options
author | Ulrich Drepper <drepper@redhat.com> | 2009-04-24 14:05:25 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2009-04-24 14:05:25 +0000 |
commit | 57d2da1c6723d11be2e448dd725dd51b5d930255 (patch) | |
tree | 0b6fcc1a6f9bdaab27ae1b6d7fa3864d2ce70f17 /stdio-common | |
parent | fe12c7984b6631cf5e7b66d97f51f4aa16fd821e (diff) | |
download | glibc-57d2da1c6723d11be2e448dd725dd51b5d930255.tar.gz glibc-57d2da1c6723d11be2e448dd725dd51b5d930255.tar.xz glibc-57d2da1c6723d11be2e448dd725dd51b5d930255.zip |
* stdio-common/psiginfo.c: Include <errno.h>.
Diffstat (limited to 'stdio-common')
-rw-r--r-- | stdio-common/psiginfo.c | 1 |
1 files changed, 1 insertions, 0 deletions
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> |