Fix proc_maps_linux compile for non-Linux

R=ivanpe at https://codereview.chromium.org/1298443002/


git-svn-id: http://google-breakpad.googlecode.com/svn/trunk@1491 4c0a9323-5329-0410-9bdc-e9ce6186880e
This commit is contained in:
ted.mielczarek@gmail.com 2015-08-17 11:55:15 +00:00
parent 6ea9219d80
commit dc5c38675c

View File

@ -5,11 +5,9 @@
#include "google_breakpad/processor/proc_maps_linux.h"
#include <fcntl.h>
#include <stdio.h>
#if defined(OS_LINUX) || defined(OS_ANDROID)
#define __STDC_FORMAT_MACROS 1
#include <inttypes.h>
#endif
#include <stdio.h>
#include "processor/logging.h"