Skip to content

Commit

Permalink
* addr2line.c: needs <errno.h>.
Browse files Browse the repository at this point in the history
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29944 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
  • Loading branch information
nobu committed Nov 27, 2010
1 parent ca86a06 commit e394ddd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions addr2line.c
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
#include "addr2line.h"

#include <stdio.h>
#include <errno.h>

#ifdef __ELF__

Expand Down

0 comments on commit e394ddd

Please sign in to comment.