* backtrace.c: #include <sys/types.h>.
From-SVN: r227568
This commit is contained in:
parent
74032f471d
commit
50809ff975
2 changed files with 6 additions and 0 deletions
|
@ -1,3 +1,7 @@
|
|||
2015-09-09 Hans-Peter Nilsson <hp@axis.com>
|
||||
|
||||
* backtrace.c: #include <sys/types.h>.
|
||||
|
||||
2015-09-08 Ian Lance Taylor <iant@google.com>
|
||||
|
||||
PR other/67457
|
||||
|
|
|
@ -32,6 +32,8 @@ POSSIBILITY OF SUCH DAMAGE. */
|
|||
|
||||
#include "config.h"
|
||||
|
||||
#include <sys/types.h>
|
||||
|
||||
#include "unwind.h"
|
||||
#include "backtrace.h"
|
||||
#include "internal.h"
|
||||
|
|
Loading…
Add table
Reference in a new issue