* backtrace.c: #include <sys/types.h>.
authorHans-Peter Nilsson <hp@axis.com>
Tue, 8 Sep 2015 23:58:09 +0000 (23:58 +0000)
committerHans-Peter Nilsson <hp@gcc.gnu.org>
Tue, 8 Sep 2015 23:58:09 +0000 (23:58 +0000)
From-SVN: r227568

libbacktrace/ChangeLog
libbacktrace/backtrace.c

index fb7e8b0aa793da9dfccab54951f07cda659a731d..301fac1295e1058ed1cdc181d52d7405d1d72a26 100644 (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
index d675e1e10629ef4ece3d03385e2df49d3fff25d6..19671fa0686e64cc72058e5fa37400debfe3b620 100644 (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"