summaryrefslogtreecommitdiffstats
path: root/src/deps_log.cc
diff options
context:
space:
mode:
authorEvan Martin <martine@danga.com>2013-02-16 22:34:49 (GMT)
committerEvan Martin <martine@danga.com>2013-04-08 22:02:13 (GMT)
commit317ee87f86119556f4a3e4f0150d40c594f3581a (patch)
treec894530f0b8d50891295b727e1c8067fd8ffe315 /src/deps_log.cc
parentc3c1b3fda8b415e917b2762526c0c86e099b4300 (diff)
downloadNinja-317ee87f86119556f4a3e4f0150d40c594f3581a.zip
Ninja-317ee87f86119556f4a3e4f0150d40c594f3581a.tar.gz
Ninja-317ee87f86119556f4a3e4f0150d40c594f3581a.tar.bz2
missing header
Diffstat (limited to 'src/deps_log.cc')
-rw-r--r--src/deps_log.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/deps_log.cc b/src/deps_log.cc
index b1ec009..78eb23f 100644
--- a/src/deps_log.cc
+++ b/src/deps_log.cc
@@ -18,6 +18,7 @@
#include <stdio.h>
#include <errno.h>
#include <string.h>
+#include <unistd.h>
#include "graph.h"
#include "metrics.h"