* backtrace.c: #include <sys/types.h>.

From-SVN: r227568
This commit is contained in:
Hans-Peter Nilsson 2015-09-08 23:58:09 +00:00 committed by Hans-Peter Nilsson
parent 74032f471d
commit 50809ff975
2 changed files with 6 additions and 0 deletions

View File

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

View File

@ -32,6 +32,8 @@ POSSIBILITY OF SUCH DAMAGE. */
#include "config.h"
#include <sys/types.h>
#include "unwind.h"
#include "backtrace.h"
#include "internal.h"