* timer.cc: #include <unistd.h>.

This commit is contained in:
Ian Lance Taylor 2012-04-06 17:21:55 +00:00
parent 5879767462
commit 8c7a0b00aa
2 changed files with 6 additions and 0 deletions

View File

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

View File

@ -22,6 +22,8 @@
#include "gold.h"
#include <unistd.h>
#ifdef HAVE_TIMES
#include <sys/times.h>
#endif