Commit a57ef11a authored by landell's avatar landell Committed by Commit bot

Include stdio.h for fwrite support

BUG=

Review URL: https://codereview.chromium.org/1418213007

Cr-Commit-Position: refs/heads/master@{#31669}
parent 6040d5c0
......@@ -5,6 +5,8 @@
#ifndef V8_LOG_UTILS_H_
#define V8_LOG_UTILS_H_
#include <stdio.h>
#include <cstdarg>
#include "src/allocation.h"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment