diff options
author | Evan Martin <martine@danga.com> | 2013-02-16 22:34:49 (GMT) |
---|---|---|
committer | Evan Martin <martine@danga.com> | 2013-04-08 22:02:13 (GMT) |
commit | 317ee87f86119556f4a3e4f0150d40c594f3581a (patch) | |
tree | c894530f0b8d50891295b727e1c8067fd8ffe315 | |
parent | c3c1b3fda8b415e917b2762526c0c86e099b4300 (diff) | |
download | Ninja-317ee87f86119556f4a3e4f0150d40c594f3581a.zip Ninja-317ee87f86119556f4a3e4f0150d40c594f3581a.tar.gz Ninja-317ee87f86119556f4a3e4f0150d40c594f3581a.tar.bz2 |
missing header
-rw-r--r-- | src/deps_log.cc | 1 |
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" |