summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorNico Weber <nicolasweber@gmx.de>2015-06-22 20:35:37 (GMT)
committerNico Weber <nicolasweber@gmx.de>2015-06-22 20:35:37 (GMT)
commit4256ff44d9ec0db9e68e9b56d91f681869417388 (patch)
tree0cbb8ab40334ba4a26160b350bf86e04b20f9f1d /src
parent2458dc647675215571de173e190671203178743a (diff)
downloadNinja-4256ff44d9ec0db9e68e9b56d91f681869417388.zip
Ninja-4256ff44d9ec0db9e68e9b56d91f681869417388.tar.gz
Ninja-4256ff44d9ec0db9e68e9b56d91f681869417388.tar.bz2
Revert "Bootstrap out of source"
Diffstat (limited to 'src')
-rw-r--r--src/browse.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/browse.cc b/src/browse.cc
index 8673919..83bfe43 100644
--- a/src/browse.cc
+++ b/src/browse.cc
@@ -18,7 +18,7 @@
#include <stdlib.h>
#include <unistd.h>
-#include "build/browse_py.h"
+#include "../build/browse_py.h"
void RunBrowsePython(State* state, const char* ninja_command,
const char* initial_target) {