1
0
Fork 0
mirror of https://github.com/yuzu-emu/breakpad.git synced 2025-04-01 23:07:04 +00:00

Add missing stdint.h include to fix compilation on newer GCC.

git-svn-id: http://google-breakpad.googlecode.com/svn/trunk@652 4c0a9323-5329-0410-9bdc-e9ce6186880e
This commit is contained in:
ted.mielczarek 2010-08-16 17:28:14 +00:00
parent 14889c340f
commit 31b4957eea

View file

@ -34,6 +34,7 @@
#include "common/dwarf/dwarf2reader.h"
#include <assert.h>
#include <stdint.h>
#include <stdio.h>
#include <string.h>