aboutsummaryrefslogtreecommitdiff
path: root/gold/timer.cc
diff options
context:
space:
mode:
Diffstat (limited to 'gold/timer.cc')
-rw-r--r--gold/timer.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/gold/timer.cc b/gold/timer.cc
index 1423663..f3a1c91 100644
--- a/gold/timer.cc
+++ b/gold/timer.cc
@@ -22,6 +22,8 @@
#include "gold.h"
+#include <unistd.h>
+
#ifdef HAVE_TIMES
#include <sys/times.h>
#endif