]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
* timer.cc: #include <unistd.h>.
authorIan Lance Taylor <ian@airs.com>
Fri, 6 Apr 2012 17:23:59 +0000 (17:23 +0000)
committerIan Lance Taylor <ian@airs.com>
Fri, 6 Apr 2012 17:23:59 +0000 (17:23 +0000)
gold/ChangeLog
gold/timer.cc

index 25ebc87645e74773adcac4015b0edeb5b471e828..2b7fba8f1c2fde12e798cc1cc99c9db7b747c8e9 100644 (file)
@@ -1,3 +1,7 @@
+2012-04-06  Ian Lance Taylor  <iant@google.com>
+
+       * timer.cc: #include <unistd.h>.
+
 2011-12-19  Ian Lance Taylor  <iant@google.com>
 
        Copy from mainline to binutils 2.22 branch:
index d9b8874a59c3cff4c8538d8fc1449d68512abd62..44e19f52a2d980b80141ea2b3db2409d9f92a742 100644 (file)
@@ -22,6 +22,8 @@
 
 #include "gold.h"
 
+#include <unistd.h>
+
 #ifdef HAVE_TIMES
 #include <sys/times.h>
 #endif