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..ed1857127ac7291e9fc610c4e4c2f40e40651748 100644 |
--- a/src/processor/proc_maps_linux.cc |
+++ b/src/processor/proc_maps_linux.cc |
@@ -2,10 +2,13 @@ |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
+#ifndef __STDC_FORMAT_MACROS |
+#define __STDC_FORMAT_MACROS |
+#endif |
+ |
#include "google_breakpad/processor/proc_maps_linux.h" |
#include <fcntl.h> |
-#define __STDC_FORMAT_MACROS 1 |
#include <inttypes.h> |
#include <stdio.h> |