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

Unified Diff: breakpad/linux/minidump_writer.cc

Issue 147224: Add missing include, fix compile on Fedora 11. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 11 years, 6 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: breakpad/linux/minidump_writer.cc
===================================================================
--- breakpad/linux/minidump_writer.cc (revision 19385)
+++ breakpad/linux/minidump_writer.cc (working copy)
@@ -46,9 +46,10 @@
#include "breakpad/linux/minidump_writer.h"
#include "client/minidump_file_writer-inl.h"
+#include <errno.h>
+#include <fcntl.h>
+#include <stdio.h>
#include <unistd.h>
-#include <fcntl.h>
-#include <errno.h>
#include <sys/ucontext.h>
#include <sys/user.h>
#include <sys/utsname.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