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

Unified Diff: ppapi/tests/test_broker.cc

Issue 10451068: Fixing gcc 4.7 building problems. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Modified per Adam's comments Created 8 years, 7 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
Index: ppapi/tests/test_broker.cc
diff --git a/ppapi/tests/test_broker.cc b/ppapi/tests/test_broker.cc
index db75def4f3602f43f30004bccdc055549e819949..aa3969857b9a54d070a5ba7638719d8bdbb62214 100644
--- a/ppapi/tests/test_broker.cc
+++ b/ppapi/tests/test_broker.cc
@@ -16,6 +16,7 @@
#include <cstring>
#include <fstream>
#include <limits>
+#include <unistd.h>
#include "ppapi/c/pp_errors.h"
#include "ppapi/c/trusted/ppp_broker.h"

Powered by Google App Engine
This is Rietveld 408576698