gdb: add target_ops::supports_displaced_step
[deliverable/binutils-gdb.git] / gold / timer.cc
index 1423663281a5cc92365aaab5129080ffc44a7ccb..d4adf51577558f1bda9430b787681b16234fc64b 100644 (file)
@@ -1,6 +1,6 @@
 // timer.cc -- helper class for time accounting
 
-// Copyright 2009, 2010 Free Software Foundation, Inc.
+// Copyright (C) 2009-2020 Free Software Foundation, Inc.
 // Written by Rafael Avila de Espindola <espindola@google.com>.
 
 // This file is part of gold.
@@ -22,6 +22,8 @@
 
 #include "gold.h"
 
+#include <unistd.h>
+
 #ifdef HAVE_TIMES
 #include <sys/times.h>
 #endif
This page took 0.035685 seconds and 4 git commands to generate.