dimahardie / google-breakpad

Automatically exported from code.google.com/p/google-breakpad
0 stars 0 forks source link

Mac client relies on files in the linux tree #451

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
The file src/client/minidump_file_writer.cc is used to build the Mac client, 
but relies on a header in the linux sub-directory:
#include "common/linux/linux_libc_support.h"
If that header is going to be shared across platforms, its location in the tree 
should reflect that.

+nealsid, who added the include.

Original issue reported on code.google.com by stuart.morgan on 29 Sep 2011 at 6:32