Skip to content

Commit

Permalink
Try to fix build on Linux more.
Browse files Browse the repository at this point in the history
  • Loading branch information
nico committed Apr 9, 2013
1 parent 88013d2 commit 5b04aad
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/ninja_test.cc
Original file line number Diff line number Diff line change
Expand Up @@ -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, ...) {
Expand Down

0 comments on commit 5b04aad

Please sign in to comment.