components/binutils/patches/timer.cc.patch
branchs11-update
changeset 2493 9911278899a3
child 5057 ab1b43bf588f
equal deleted inserted replaced
2492:9052be6e07e4 2493:9911278899a3
       
     1 --- binutils-2.23.1/gold/timer.cc	2012-04-06 11:21:55.000000000 -0600
       
     2 +++ binutils-2.23.1/gold/timer.cc	2012-12-31 23:34:42.787524531 -0700
       
     3 @@ -27,6 +27,7 @@
       
     4  #ifdef HAVE_TIMES
       
     5  #include <sys/times.h>
       
     6  #endif
       
     7 +#include <unistd.h>
       
     8  
       
     9  #include "libiberty.h"
       
    10