* unwind-dw2-fde-darwin.c: Include tsystem.h.

From-SVN: r99838
This commit is contained in:
Nathan Sidwell 2005-05-17 16:47:49 +00:00 committed by Nathan Sidwell
parent a564d0f1e9
commit 2ba99e3da1
2 changed files with 5 additions and 0 deletions

View File

@ -1,3 +1,7 @@
2005-05-17 Nathan Sidwell <nathan@codesourcery.com>
* unwind-dw2-fde-darwin.c: Include tsystem.h.
2005-05-17 Jeff Law <law@redhat.com>
* Makefile.in (tree-ssa-forwprop.o): Depend on langhooks.h.

View File

@ -27,6 +27,7 @@
/* Locate the FDE entry for a given address, using Darwin's keymgr support. */
#include "tconfig.h"
#include "tsystem.h"
#include <string.h>
#include <stdlib.h>
#include "dwarf2.h"