Try to fix build on Linux more.
authorNico Weber <nicolasweber@gmx.de>
Tue, 9 Apr 2013 04:53:25 +0000 (21:53 -0700)
committerNico Weber <nicolasweber@gmx.de>
Tue, 9 Apr 2013 04:53:30 +0000 (21:53 -0700)
src/ninja_test.cc

index 8e431ab353b58fa43864db67a4c435640150d429..3376050db9ad00bb88f1f824fc990de9bb64ee44 100644 (file)
 // 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, ...) {