Issue 190 - 32 bit build fails on a 64 bit Linux system. Patch by wgianopoulos, r=me

git-svn-id: http://google-breakpad.googlecode.com/svn/trunk@192 4c0a9323-5329-0410-9bdc-e9ce6186880e
This commit is contained in:
ted.mielczarek 2007-07-02 18:13:33 +00:00
parent fb6be7cf42
commit 1260067e42
2 changed files with 1 additions and 2 deletions

View file

@ -29,7 +29,6 @@
// (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
// OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
#include <asm/sigcontext.h>
#include <signal.h>
#include <sys/stat.h>
#include <sys/types.h>

View file

@ -31,7 +31,7 @@
#include <fcntl.h>
#include <pthread.h>
#include <asm/sigcontext.h>
#include <signal.h>
#include <sys/stat.h>
#include <sys/types.h>
#include <unistd.h>