| Index: src/processor/proc_maps_linux.cc
|
| ===================================================================
|
| --- src/processor/proc_maps_linux.cc (revision 1486)
|
| +++ src/processor/proc_maps_linux.cc (working copy)
|
| @@ -5,12 +5,10 @@
|
| #include "google_breakpad/processor/proc_maps_linux.h"
|
|
|
| #include <fcntl.h>
|
| +#define __STDC_FORMAT_MACROS 1
|
| +#include <inttypes.h>
|
| #include <stdio.h>
|
|
|
| -#if defined(OS_LINUX) || defined(OS_ANDROID)
|
| -#include <inttypes.h>
|
| -#endif
|
| -
|
| #include "processor/logging.h"
|
|
|
| #if defined(OS_ANDROID) && !defined(__LP64__)
|
|
|