summaryrefslogtreecommitdiffstats
path: root/src/ninja_test.cc
diff options
context:
space:
mode:
authorNico Weber <nicolasweber@gmx.de>2013-04-09 04:53:25 (GMT)
committerNico Weber <nicolasweber@gmx.de>2013-04-09 04:53:30 (GMT)
commit5b04aadbb2051a613b4a3fe28e21eb4527f2952f (patch)
tree1dcf61cd756d7f5b23a285de64b78f55752ef31f /src/ninja_test.cc
parent88013d2f407d8948f9a2d6dc2f80e99e12f8adbf (diff)
downloadNinja-5b04aadbb2051a613b4a3fe28e21eb4527f2952f.zip
Ninja-5b04aadbb2051a613b4a3fe28e21eb4527f2952f.tar.gz
Ninja-5b04aadbb2051a613b4a3fe28e21eb4527f2952f.tar.bz2
Try to fix build on Linux more.
Diffstat (limited to 'src/ninja_test.cc')
-rw-r--r--src/ninja_test.cc4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/ninja_test.cc b/src/ninja_test.cc
index 8e431ab..3376050 100644
--- a/src/ninja_test.cc
+++ b/src/ninja_test.cc
@@ -12,8 +12,10 @@
// See the License for the specific language governing permissions and
// limitations under the License.
-#include "gtest/gtest.h"
+#include <stdarg.h>
+#include <stdio.h>
+#include "gtest/gtest.h"
#include "line_printer.h"
std::string StringPrintf(const char* format, ...) {