projects
/
platform
/
upstream
/
ninja.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
88013d2
)
Try to fix build on Linux more.
author
Nico Weber
<nicolasweber@gmx.de>
Tue, 9 Apr 2013 04:53:25 +0000
(21:53 -0700)
committer
Nico Weber
<nicolasweber@gmx.de>
Tue, 9 Apr 2013 04:53:30 +0000
(21:53 -0700)
src/ninja_test.cc
patch
|
blob
|
history
diff --git
a/src/ninja_test.cc
b/src/ninja_test.cc
index 8e431ab353b58fa43864db67a4c435640150d429..3376050db9ad00bb88f1f824fc990de9bb64ee44 100644
(file)
--- 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, ...) {