summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorJonathan Sternberg <jonathansternberg@gmail.com>2012-05-31 18:36:30 (GMT)
committerJonathan Sternberg <jonathansternberg@gmail.com>2012-05-31 18:36:30 (GMT)
commit09621aef39e585b991fd85a37e584fa8173b61de (patch)
tree3af263c6e8660fa74f35345259cd1a9b16863db0 /src
parent368a455ec4ee1275040873b129df5a12dff9499e (diff)
downloadNinja-09621aef39e585b991fd85a37e584fa8173b61de.zip
Ninja-09621aef39e585b991fd85a37e584fa8173b61de.tar.gz
Ninja-09621aef39e585b991fd85a37e584fa8173b61de.tar.bz2
Missing header file for "getenv".
Diffstat (limited to 'src')
-rw-r--r--src/build.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/build.cc b/src/build.cc
index 8246a08..a15f874 100644
--- a/src/build.cc
+++ b/src/build.cc
@@ -16,6 +16,7 @@
#include <assert.h>
#include <stdio.h>
+#include <stdlib.h>
#ifdef _WIN32
#include <windows.h>