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

Unified Diff: chrome/common/multi_process_lock_linux.cc

Issue 5142001: add missing header. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: upload patch now that I have synced up to TOT Created 10 years, 1 month 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: chrome/common/multi_process_lock_linux.cc
diff --git a/chrome/common/multi_process_lock_linux.cc b/chrome/common/multi_process_lock_linux.cc
index d2d3da331ca6864919e9364495aa200bcd08b413..c0c92c7b9ea98578e93bb15c584e1fa773ed8dc7 100644
--- a/chrome/common/multi_process_lock_linux.cc
+++ b/chrome/common/multi_process_lock_linux.cc
@@ -4,6 +4,7 @@
#include "chrome/common/multi_process_lock.h"
+#include <stdio.h>
#include <sys/socket.h>
#include <sys/un.h>
#include <unistd.h>
« 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