Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2509)

Unified Diff: mojo/public/interfaces/bindings/tests/validation_parser/validation_parser.cc

Issue 2242563002: Add missing <stdlib.h> to validation_parser.cc. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Created 4 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/public/interfaces/bindings/tests/validation_parser/validation_parser.cc
diff --git a/mojo/public/interfaces/bindings/tests/validation_parser/validation_parser.cc b/mojo/public/interfaces/bindings/tests/validation_parser/validation_parser.cc
index 7e58ae77faeeafcd2c745e7b00c2abdec619b520..44b2e228b13dc95b6bd7c1d368906de40552f728 100644
--- a/mojo/public/interfaces/bindings/tests/validation_parser/validation_parser.cc
+++ b/mojo/public/interfaces/bindings/tests/validation_parser/validation_parser.cc
@@ -4,6 +4,8 @@
#include "mojo/public/interfaces/bindings/tests/validation_parser/validation_parser.h"
+#include <stdlib.h>
+
#include "mojo/public/cpp/bindings/tests/validation_test_input_parser.h"
// C interface for the validation test parser.
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698