mirror of
https://git.suyu.dev/suyu/breakpad.git
synced 2025-12-24 16:24:52 +01:00
Only include linux_syscall_support.h on Linux in cross platform files.
TBR=nealsid Review URL: http://breakpad.appspot.com/204001 git-svn-id: http://google-breakpad.googlecode.com/svn/trunk@700 4c0a9323-5329-0410-9bdc-e9ce6186880e
This commit is contained in:
parent
4621ee0691
commit
8d1130a89e
1 changed files with 2 additions and 0 deletions
|
|
@ -40,7 +40,9 @@
|
|||
#include "client/minidump_file_writer-inl.h"
|
||||
#include "common/linux/linux_libc_support.h"
|
||||
#include "common/string_conversion.h"
|
||||
#if __linux__
|
||||
#include "third_party/lss/linux_syscall_support.h"
|
||||
#endif
|
||||
|
||||
namespace google_breakpad {
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue