1
0
Fork 0
mirror of https://github.com/tobast/libunwind-eh_elf.git synced 2024-06-26 03:11:44 +02:00

Add sys/types.h for x86.

This commit is contained in:
Konstantin Belousov 2010-03-09 17:37:52 +02:00
parent 71cbdc697f
commit c61e0b932c

View file

@ -30,6 +30,7 @@ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */
extern "C" {
#endif
#include <sys/types.h>
#include <inttypes.h>
#include <ucontext.h>