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

Unified Diff: src/processor/proc_maps_linux.cc

Issue 1303493003: Fix inttypes format macros in src/processor/proc_maps_linux.cc (Closed) Base URL: http://google-breakpad.googlecode.com/svn/trunk
Patch Set: Created 5 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: src/processor/proc_maps_linux.cc
diff --git a/src/processor/proc_maps_linux.cc b/src/processor/proc_maps_linux.cc
index 64f80d09fcdcd9333ea2168995cf034611a5e050..33693375a9dcf301ed1556e2adccb7babbd9378b 100644
--- a/src/processor/proc_maps_linux.cc
+++ b/src/processor/proc_maps_linux.cc
@@ -5,7 +5,9 @@
#include "google_breakpad/processor/proc_maps_linux.h"
#include <fcntl.h>
+#ifndef __STDC_FORMAT_MACROS
#define __STDC_FORMAT_MACROS 1
Mark Mentovai 2015/08/18 13:58:10 It’d be best if this were moved before any #includ
Primiano Tucci (use gerrit) 2015/08/18 18:53:38 Right. Done
+#endif
#include <inttypes.h>
#include <stdio.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