Chromium Code Reviews| 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> |