* timer.cc: #include <unistd.h>.
This commit is contained in:
parent
5879767462
commit
8c7a0b00aa
2 changed files with 6 additions and 0 deletions
|
@ -1,3 +1,7 @@
|
|||
2012-04-06 Ian Lance Taylor <iant@google.com>
|
||||
|
||||
* timer.cc: #include <unistd.h>.
|
||||
|
||||
2012-04-06 Roland McGrath <mcgrathr@google.com>
|
||||
|
||||
* configure.in (AC_CHECK_HEADERS): Add locale.h.
|
||||
|
|
|
@ -22,6 +22,8 @@
|
|||
|
||||
#include "gold.h"
|
||||
|
||||
#include <unistd.h>
|
||||
|
||||
#ifdef HAVE_TIMES
|
||||
#include <sys/times.h>
|
||||
#endif
|
||||
|
|
Loading…
Add table
Reference in a new issue